Skip to content

Commit

Permalink
fix: actions checkout with token
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanelly95 committed Sep 29, 2023
1 parent 1305c2a commit fc8e923
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ jobs:
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITHUB_TOKEN_USERNAME: ${{ secrets.GITHUB_TOKEN_USERNAME }}
- name: Setup Git to use PAT
run: |
git config --global url."https://${{ secrets.GITHUB_TOKEN }}:[email protected]/".insteadOf "https://github.com/"
- name: Run GasCompare
run: |
if [ "$GITHUB_REF" == 'refs/heads/master' ]; then
Expand Down

0 comments on commit fc8e923

Please sign in to comment.