Skip to content

Commit

Permalink
ci: bypass push permission on protected branches with PAT (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ANGkeith authored Jan 29, 2024
1 parent 6e4e140 commit e234a2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:
jobs:
semantic-release:
runs-on: ubuntu-latest
environment: release
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PROJECT_ACCESS_TOKEN }}
- name: Import GPG key
id: import-gpg
uses: crazy-max/ghaction-import-gpg@v4
Expand Down

0 comments on commit e234a2f

Please sign in to comment.