Skip to content

Commit

Permalink
chore: update the Github Actions secret to use the new token (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevjt authored Apr 17, 2024
1 parent ac98830 commit 962eda7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bamboo-compatibility-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
workflow_dispatch:

env:
GH_TOKEN: ${{ secrets.INTEGRATIONS_FNM_BOT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.INTEGRATIONS_FNM_BOT_TOKEN }}
GH_TOKEN: ${{ secrets.BAMBOO_GITHUB_ACTIONS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BAMBOO_GITHUB_ACTIONS_TOKEN }}

jobs:
check-for-update:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- uses: google-github-actions/release-please-action@v3
with:
release-type: simple
token: ${{ secrets.INTEGRATIONS_FNM_BOT_TOKEN }}
token: ${{ secrets.BAMBOO_GITHUB_ACTIONS_TOKEN }}

0 comments on commit 962eda7

Please sign in to comment.