Skip to content

Commit

Permalink
[bug-fix] update github action permission
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewwww committed Jun 2, 2024
1 parent 2f9bdd1 commit f804598
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ jobs:
env:
WINDOWS_LINK: ${{ needs.build-the-windows-binary.outputs.google-drive-link-content }}
LINUX_LINK: ${{ needs.build-the-linux-binary.outputs.google-drive-link-content }}
permissions:
contents: write
steps:
- name: Print the Google Drive links
run: |
Expand Down

0 comments on commit f804598

Please sign in to comment.