We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329c7d6 commit a46d6bfCopy full SHA for a46d6bf
.github/workflows/dispatch-activate-unl.yml
@@ -8,6 +8,9 @@ on:
8
jobs:
9
dispatch:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
+ actions: read
14
steps:
15
- name: Write private key to file
16
run: echo "${{ secrets.AUTOMATOR_PRIVATE_KEY }}" | base64 -d > app-private-key.pem
.github/workflows/dispatch-create-unl.yml
@@ -14,6 +14,9 @@ on:
17
18
19
20
21
22
0 commit comments