From 8221f1134ca947efeab937e9c8ffcd5382431caf Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 23:19:56 +0000 Subject: [PATCH 1/2] feat: Updated .github/workflows/link-pr.yml --- .github/workflows/link-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From b81e49ccf5d1afc285605df299b7605df504d9b2 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 23:20:54 +0000 Subject: [PATCH 2/2] feat: Updated .github/workflows/release.yml --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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: