Skip to content

Commit

Permalink
adding PAT to checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhadkar committed Mar 16, 2021
1 parent bcb6ce5 commit 90b58bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
# env-name: ${{ steps.env-name.outputs.environment }}
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
fetch-depth: 0
token: ${{ secrets.REPO_PAT }}
- name: Setup node 12
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 90b58bd

Please sign in to comment.