chore: use GH_TOKEN for gist edit

This commit is contained in:
koenkk
2023-08-01 20:07:05 +02:00
parent c1413afa04
commit 33543c8588
+1 -1
View File
@@ -63,7 +63,7 @@ jobs:
run: |
gh gist edit bfd4c3d1725a2cccacc11d6ba51008ba -a changelog.txt
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{secrets.GH_TOKEN}}
- name: Upload changelog
uses: actions/upload-artifact@v3
with: