Skip to content

Commit

Permalink
Bugfix/change token hicn (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
manang authored and muscariello committed Nov 4, 2022
1 parent ba0b790 commit 1ab8b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
ref: "${{ github.event.pull_request.head.ref }}"
repository: "${{ github.event.pull_request.head.repo.full_name}}"
token: "${{ secrets.HICN_ACCESS_TOKEN }}"
token: "${{ secrets.HICN_ACTIONS_TOKEN }}"
fetch-depth: 0
- name: run
id: run
Expand All @@ -56,7 +56,7 @@ jobs:
if: "!startsWith(github.event.head_commit.message, 'bump:') && steps.run.outputs.promote == 'promote' && steps.run.outputs.promote-level != ''"
uses: commitizen-tools/commitizen-action@master
with:
github_token: ${{ secrets.HICN_ACCESS_TOKEN }}
github_token: ${{ secrets.HICN_ACTIONS_TOKEN }}
increment: ${{ steps.run.outputs.promote-level }}
push: true
changelog: true
Expand Down

0 comments on commit 1ab8b42

Please sign in to comment.