Skip to content

Commit

Permalink
Merge pull request #106 from nautobot/develop
Browse files Browse the repository at this point in the history
Update token to use GH_NAUTOBOT_BOT_TOKEN (#105)
  • Loading branch information
itdependsnetworks committed Aug 27, 2023
2 parents d347408 + 66443e2 commit 4ba6cef
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 @@ -193,7 +193,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 4ba6cef

Please sign in to comment.