Skip to content

Commit

Permalink
ci: use PAT to perform checkout in release workflow (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Dec 16, 2022
1 parent 82fd0ef commit eb7deb4
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 @@ -19,6 +19,8 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
with:
token: ${{ secrets.STAS_RELEASE_TOKEN }}
- uses: cycjimmy/semantic-release-action@8f6ceb9d5aae5578b1dcda6af00008235204e7fa # v3.2.0
env:
GITHUB_TOKEN: ${{ secrets.STAS_RELEASE_TOKEN }}

0 comments on commit eb7deb4

Please sign in to comment.