We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed130f2 commit ac9786cCopy full SHA for ac9786c
.github/workflows/update-placeholders.yaml
@@ -8,4 +8,5 @@ jobs:
8
uses: akuity-adv-gitops-workshop/automated-repo-setup/.github/workflows/update-placeholders.yaml@main
9
with:
10
username: ${{ github.actor }}
11
- secrets: inherit
+ secrets:
12
+ DEPLOY_PAT: ${{ secrets.DEPLOY_PAT }}
0 commit comments