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 }} 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: