Skip to content

Commit

Permalink
Update GitHub token reference in release workflow (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsii777 authored Nov 28, 2024
1 parent af3348c commit 7283016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Determine Version
id: version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}
run: |
# Get latest release tag (if any)
latest_tag=$(gh release view --json tagName --jq .tagName || echo "v0.0.0")
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
body_path: release_notes.md
draft: false
prerelease: false
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.TOKEN }}

- name: Update Documentation
if: success()
Expand Down

0 comments on commit 7283016

Please sign in to comment.