Skip to content

Commit

Permalink
Checkout using PAT token to overcome the restriction of pushing to a …
Browse files Browse the repository at this point in the history
…protected branch
  • Loading branch information
eduherminio committed Aug 13, 2023
1 parent 519d693 commit d4d6527
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_RELEASE }}

- name: Configure git user
run: |
Expand Down

0 comments on commit d4d6527

Please sign in to comment.