Skip to content

Commit

Permalink
Update GITHUB_TOKEN secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
peroxy committed Sep 13, 2024
1 parent f1f4553 commit 4104db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
token: ${{ secrets.HUBBLEPROTOCOLBOT_WRITE_REPO_PAT }} # use bot to avoid branch protection
token: ${{ secrets.KAMINOBOT_WRITE_REPO_PAT }} # use bot to avoid branch protection

- name: Master-branch check
run: |
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
uses: anothrNick/[email protected]
id: semver
env:
GITHUB_TOKEN: ${{ secrets.HUBBLEPROTOCOLBOT_WRITE_REPO_PAT }}
GITHUB_TOKEN: ${{ secrets.KAMINOBOT_WRITE_REPO_PAT }}
DEFAULT_BUMP: ${{ inputs.version }}
DEFAULT_BRANCH: master
INITIAL_VERSION: ${{ steps.get_latest_version.outputs.latest_version }}
Expand Down

0 comments on commit 4104db2

Please sign in to comment.