Skip to content

Commit

Permalink
chore(workflows): github token
Browse files Browse the repository at this point in the history
  • Loading branch information
antond15 committed May 6, 2024
1 parent c11cd26 commit 9df28a6
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 @@ -32,6 +32,6 @@ jobs:
- name: Create release
uses: softprops/action-gh-release@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ github.token }}
prerelease: false
files: ac_radio.zip

0 comments on commit 9df28a6

Please sign in to comment.