Skip to content

Commit a46d6bf

Browse files
committed
feature: try different perms
1 parent 329c7d6 commit a46d6bf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/dispatch-activate-unl.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
dispatch:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
13+
actions: read
1114
steps:
1215
- name: Write private key to file
1316
run: echo "${{ secrets.AUTOMATOR_PRIVATE_KEY }}" | base64 -d > app-private-key.pem

.github/workflows/dispatch-create-unl.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
jobs:
1515
dispatch:
1616
runs-on: ubuntu-latest
17+
permissions:
18+
contents: write
19+
actions: read
1720
steps:
1821
- name: Write private key to file
1922
run: echo "${{ secrets.AUTOMATOR_PRIVATE_KEY }}" | base64 -d > app-private-key.pem

0 commit comments

Comments
 (0)