Skip to content

Commit

Permalink
Change permissions of action
Browse files Browse the repository at this point in the history
  • Loading branch information
marclove committed Jun 18, 2024
1 parent 6db4ead commit 498770b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# .github/workflows/release.yml
name: Rust Release binary


permissions:
actions: write
packages: write

on:
release:
types: [created]
Expand Down

0 comments on commit 498770b

Please sign in to comment.