We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e97847 commit e5d58d1Copy full SHA for e5d58d1
.github/workflows/pub.yml
@@ -12,6 +12,8 @@ env:
12
jobs:
13
upload-files-to-release:
14
runs-on: ubuntu-latest
15
+ permissions:
16
+ contents: write
17
18
steps:
19
- name: Checkout repository
0 commit comments