We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd9728 commit c93ebbfCopy full SHA for c93ebbf
action.yml
@@ -56,8 +56,8 @@ runs:
56
id: app-token
57
uses: actions/create-github-app-token@v2
58
with:
59
- app_id: ${{ secrets.APP_ID }}
60
- private_key: ${{ secrets.PRIVATE_KEY }}
+ app_id: ${{ vars.DEVELOPER_DOCS_APP_ID }}
+ private_key: ${{ secrets.DEVELOPER_DOCS_APP_KEY }}
61
62
- name: Check out base repository
63
uses: actions/checkout@v5
0 commit comments