Skip to content

Commit

Permalink
ci(GHA): tried to fix image building
Browse files Browse the repository at this point in the history
  • Loading branch information
pregnor committed Feb 27, 2023
1 parent 9e04a98 commit 8c258a7
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 @@ -45,7 +45,7 @@ jobs:
- name: Trigger pke-image build
uses: actions/github-script@v6
with:
github-token: ${{ secrets.TRIGGER_GH_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'banzaicloud',
Expand Down

0 comments on commit 8c258a7

Please sign in to comment.