Skip to content

Commit

Permalink
fix: using Github PAT to bypass main branch protection
Browse files Browse the repository at this point in the history
  • Loading branch information
jfavellar90 committed Nov 1, 2023
1 parent 81f3a06 commit ad40e6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
bump_commit_sha: ${{ steps.bumpversion.outputs.commit_hash }}
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.ATLAS_PAT }}
- name: Get next version
id: tag_version
uses: mathieudutour/[email protected]
Expand Down Expand Up @@ -50,6 +52,8 @@ jobs:
changelog: ${{ steps.tag_version.outputs.changelog }}
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.ATLAS_PAT }}
- name: Create tag
id: tag_version
uses: mathieudutour/[email protected]
Expand Down

0 comments on commit ad40e6a

Please sign in to comment.