Skip to content

Commit

Permalink
Update ci.yml to use personal access token for authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
BorysShulyak committed Jan 25, 2024
1 parent a4c90f2 commit 39deca7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
fetch-depth: 2
token: ${{ secrets.READ_WRITE_PAT }}
- name: Git config user
uses: snow-actions/git-config-user@v1.0.0
with:
Expand Down

0 comments on commit 39deca7

Please sign in to comment.