Skip to content

Commit c93ebbf

Browse files
committed
update GitHub App token configuration in action.yml
1 parent 7fd9728 commit c93ebbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ runs:
5656
id: app-token
5757
uses: actions/create-github-app-token@v2
5858
with:
59-
app_id: ${{ secrets.APP_ID }}
60-
private_key: ${{ secrets.PRIVATE_KEY }}
59+
app_id: ${{ vars.DEVELOPER_DOCS_APP_ID }}
60+
private_key: ${{ secrets.DEVELOPER_DOCS_APP_KEY }}
6161

6262
- name: Check out base repository
6363
uses: actions/checkout@v5

0 commit comments

Comments
 (0)