Prevent using the checkout token #12685
spencerdcarlson
started this conversation in
Ideas
Replies: 1 comment
-
I was able to work around this by overriding the commit message - name: Commit and push changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: master
commit_message: "[skip actions] Update deployment.yaml to use ${{ env.tag }} image" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
for stefanzweifel/git-auto-commit-action@v5 Is it possible to prevent using the checkout token by overriding it with
${{github.token}}
? I have to use a github personal token for checkout so I can checkout submodules, but I do not want my push to master to trigger another pipeline.checkout multiple repos private
Here is the relevant part of my current config. The push to master triggers a cyclical pipeline.
Beta Was this translation helpful? Give feedback.
All reactions