Skip to content

Commit ac9786c

Browse files
authored
ci: pass secret to workflow
1 parent ed130f2 commit ac9786c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-placeholders.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ jobs:
88
uses: akuity-adv-gitops-workshop/automated-repo-setup/.github/workflows/update-placeholders.yaml@main
99
with:
1010
username: ${{ github.actor }}
11-
secrets: inherit
11+
secrets:
12+
DEPLOY_PAT: ${{ secrets.DEPLOY_PAT }}

0 commit comments

Comments
 (0)