mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 10:03:24 +01:00
Merge pull request #131 from cloudflare/jacobmgevans/action-permissions
Add permissions to Action
This commit is contained in:
commit
29cef5effc
1 changed files with 3 additions and 0 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
@ -1,5 +1,8 @@
|
|||
name: Publish
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published, edited]
|
||||
|
|
Loading…
Reference in a new issue