Skip to content

Commit

Permalink
Updating GitHub token reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mzbroch committed Sep 5, 2023
1 parent 7f8aeef commit 703a31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
- name: "Upload binaries to release"
uses: "svenstaro/upload-release-action@v2"
with:
repo_token: "${{ secrets.NTC_GITHUB_TOKEN }}"
repo_token: "${{ secrets.GH_NAUTOBOT_BOT_TOKEN }}"
file: "dist/*"
tag: "${{ github.ref }}"
overwrite: true
Expand Down

0 comments on commit 703a31b

Please sign in to comment.