Skip to content

Commit

Permalink
chore: use PAT for PR update to get automated checks
Browse files Browse the repository at this point in the history
  • Loading branch information
peschee committed Jan 12, 2024
1 parent 182aaa9 commit 8001f5e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ jobs:
egress-policy: audit

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false

- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version: '18'
Expand Down Expand Up @@ -158,7 +161,8 @@ jobs:
publish: npm run release
version: npm run version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Use PAT due to https://github.com/orgs/community/discussions/25702
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}

- name: Storybook Build
run: npm run storybook:build
Expand Down

0 comments on commit 8001f5e

Please sign in to comment.