Skip to content
Discussion options

You must be logged in to vote

I think the easiest way is to use the token parameter for actions/checkout I mentioned above. Put the PAT in a secret, and do the checkout similar to this:

- uses: actions/checkout@v2
  with:
    token: ${{ secrets.MY_PAT }}

Replies: 6 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@riderx
Comment options

@Time0o
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Product Feedback Share your thoughts and suggestions on GitHub features and improvements
5 participants