We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d490982 commit bd6a50eCopy full SHA for bd6a50e
1 file changed
.github/workflows/publish.yml
@@ -10,6 +10,8 @@ on:
10
jobs:
11
build:
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ contents: write
15
16
steps:
17
- name: Checkout repository
0 commit comments