Skip to content

Commit

Permalink
ci(release): updated create release Github token
Browse files Browse the repository at this point in the history
The regular token doesn't grant write access anymore
  • Loading branch information
dion-gionet committed Jul 23, 2024
1 parent 28a632e commit 85d82c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Create GitHub Release
shell: pwsh
env:
GITHUB_TOKEN: ${{ secrets.DEVOLUTIONSBOT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.DEVOLUTIONSBOT_WRITE_TOKEN }}
working-directory: package
run: |
$Version = Get-Content -Path .\VERSION
Expand Down

0 comments on commit 85d82c1

Please sign in to comment.