Skip to content

Commit 21ca277

Browse files
authored
Update example.yaml
1 parent 9b239c6 commit 21ca277

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/example.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
permissions: |
1414
secrets: write
1515
16-
- run: gh secret set RAINBOW_API_KEY --body "Unicorn-$(date +%s)"
16+
- run: >-
17+
gh secret set RAINBOW_API_KEY
18+
--body "Unicorn-$(date +%s)"
19+
--app actions
20+
--repo $GITHUB_REPOSITORY
1721
env:
1822
GH_TOKEN: ${{ steps.access-token.outputs.token }}

0 commit comments

Comments
 (0)