From 9a43569c89743b4883ac2fcb324138dc0807e257 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:20:00 +0000 Subject: [PATCH 1/2] feat: Updated .github/workflows/cla.yml --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 540c8a4..d2e02c2 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -43,7 +43,7 @@ jobs: if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target' uses: contributor-assistant/github-action@v2.3.1 env: - GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN: ${{ secrets.REDBOT_GITHUB_TOKEN }} with: path-to-signatures: ${{ env.OPEN_IM_SERVER_SIGNATURES_PATH }} From 505ce80e1dab0230e9731e7afa10922b44f0f89a Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:20:41 +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: