We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d80ff commit 328c5e1Copy full SHA for 328c5e1
.github/workflows/docker-publish.yml
@@ -105,6 +105,8 @@ jobs:
105
106
# in real apps the gitops config and spec would in be a separate repo
107
- name: Commit changes to gitops/
108
+ env:
109
+ GITHUB_TOKEN: ${{ secrets.PAT }} # PAT created with niraj8's account to allow push to main, not ideal but works for demos
110
run: |
111
git config user.name github-actions
112
git config user.email github-actions@github.com
0 commit comments