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.
Update GitHub Actions workflow to use GH_PAT secret instead of TOKEN
1 parent 625a8ad commit 9d8abdbCopy full SHA for 9d8abdb
.github/workflows/kustomize-ci.yaml
@@ -65,7 +65,7 @@ jobs:
65
git config --global user.name ${{ secrets.GIT_USER_EMAIL }}
66
git config --global user.email ${{ secrets.GIT_USER_NAME }}
67
68
- git remote set-url origin https://x-access-token:${TOKEN}@github.com/${{ github.repository }}.git
+ git remote set-url origin https://x-access-token:${{ secrets.GH_PAT }}@github.com/${{ github.repository }}.git
69
70
71
git add kustomize/overlays/dev/patch-deployment-image.yaml
0 commit comments