Merge pull request #131 from cloudflare/jacobmgevans/action-permissions

Add permissions to Action
This commit is contained in:
Jacob M-G Evans 2023-08-08 14:51:16 -05:00 committed by GitHub
commit 29cef5effc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,8 @@
name: Publish
permissions:
contents: write
on:
release:
types: [published, edited]