Skip to content

Commit

Permalink
Merge pull request #105 from nautobot/develop-120
Browse files Browse the repository at this point in the history
Updating GitHub token reference
  • Loading branch information
mzbroch authored Sep 5, 2023
2 parents 0b1272a + 703a31b commit 94c1bad
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 94c1bad

Please sign in to comment.