Skip to content

Commit

Permalink
Merge pull request #2 from ninech/fix-token
Browse files Browse the repository at this point in the history
fix the token for downloading
  • Loading branch information
thirdeyenick authored Nov 29, 2023
2 parents 9071b53 + 1b15ce1 commit 669c0f2
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 669c0f2

Please sign in to comment.