Skip to content

Commit

Permalink
fix the token for downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
thirdeyenick committed Nov 29, 2023
1 parent 9071b53 commit 1b15ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-buildpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
url: ${{ steps.event.outputs.download_url }}
output: "/github/workspace/buildpackage.cnb"
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
token: ${{ secrets.NINE_BOT_GITHUB_TOKEN }}

- name: Validate version
run: |
Expand Down

0 comments on commit 1b15ce1

Please sign in to comment.