Skip to content

Commit

Permalink
Merge pull request #150 from banzaicloud/petersz-patch-1
Browse files Browse the repository at this point in the history
Replace trigger github token
  • Loading branch information
asdwsda authored Mar 23, 2022
2 parents 9081dcc + 52a2acc commit 19435a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Trigger pke-image build
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.TRIGGER_GH_TOKEN }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'banzaicloud',
Expand Down

0 comments on commit 19435a4

Please sign in to comment.