Skip to content

Commit e1ccac1

Browse files
committed
ci: use github app token
1 parent 946634f commit e1ccac1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
contents: write
5858
id-token: write
5959
secrets:
60-
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
60+
GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}
6161
with:
62+
GH_APP_ID: ${{ vars.GH_APP_ID }}
6263
INSTALL_NODE_DEPENDENCIES: true

0 commit comments

Comments
 (0)