Skip to content

Pushing to PR protected branch with token obtained from this action #75

Answered by gr2m
faileon asked this question in Q&A
Discussion options

You must be logged in to vote

I don't think it's a problem with our action.

Can you please try to set persist-credentials: false for the checkout step?

            - uses: actions/checkout@v3
              with:
                  fetch-depth: 0
                  ref: master
                  persist-credentials: false

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@faileon
Comment options

Answer selected by faileon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants