diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index 1164f67..20945c1 100644 --- a/.github/workflows/CD.yaml +++ b/.github/workflows/CD.yaml @@ -34,7 +34,7 @@ jobs: git fetch --tags --force gh release create $(svu next) env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.TOKEN }} release: name: Release @@ -63,7 +63,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.TOKEN }} - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5 @@ -72,4 +72,4 @@ jobs: version: "semver" args: release --clean env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.TOKEN }}