Skip to content

Commit a79fbfe

Browse files
jakehobbsclaude
andauthored
ci: use new gh app for pr bypass when publishing (#2412)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 4b0c457 commit a79fbfe

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/publish-package.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,17 @@ jobs:
3939
packages: write
4040

4141
steps:
42+
- name: Generate app token
43+
id: app-token
44+
uses: actions/create-github-app-token@v1
45+
with:
46+
app-id: ${{ secrets.PR_BYPASSER_APP_ID }}
47+
private-key: ${{ secrets.PR_BYPASSER_PRIVATE_KEY }}
48+
4249
- name: "Checkout files"
4350
uses: actions/checkout@v3
4451
with:
45-
token: ${{ secrets.ALCHEMY_BOT_PAT }}
52+
token: ${{ steps.app-token.outputs.token }}
4653
fetch-depth: "0"
4754
submodules: "recursive"
4855

0 commit comments

Comments
 (0)