diff --git a/.github/workflows/link-pr.yml b/.github/workflows/link-pr.yml index c61dbe5..86b0f65 100644 --- a/.github/workflows/link-pr.yml +++ b/.github/workflows/link-pr.yml @@ -41,7 +41,7 @@ jobs: # ./*.md all markdown files in the root directory args: --verbose -E -i --no-progress --exclude-path './CHANGELOG' './**/*.md' env: - GITHUB_TOKEN: ${{secrets.GH_PAT}} + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Create Issue From File if: env.lychee_exit_code != 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98fa4bb..9a6fd58 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,13 +67,12 @@ jobs: install-only: true - uses: cachix/install-nix-action@v23 with: - github_access_token: ${{ secrets.BOT_GITHUB_TOKEN }} + github_access_token: ${{ secrets.GITHUB_TOKEN }} # - name: snapcraft-login # if: startsWith(github.ref, 'refs/tags/v') # run: snapcraft login --with <(echo "${{ secrets.SNAPCRAFT_TOKEN }}") # More assembly might be required: Docker logins, GPG, etc. It all depends # on your needs. - - uses: goreleaser/goreleaser-action@v5 with: # either 'goreleaser' (default) or 'goreleaser-pro': @@ -81,7 +80,7 @@ jobs: version: latest args: release --clean env: - GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} USERNAME: ${{ github.repository_owner }} # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' # distribution: