1
0
mirror of synced 2026-01-23 03:01:22 -05:00

Merge pull request #45505 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2023-11-02 14:30:14 -04:00
committed by GitHub

View File

@@ -51,8 +51,8 @@ jobs:
id: generate_token
uses: {% ifversion ghes < 3.12 %}tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92{% else %}actions/create-github-app-token@v1{% endif %}
with:
app_id: {% raw %}${{ secrets.APP_ID }}{% endraw %}
private_key: {% raw %}${{ secrets.APP_PRIVATE_KEY }}{% endraw %}
app-id: {% raw %}${{ secrets.APP_ID }}{% endraw %}
private-key: {% raw %}${{ secrets.APP_PRIVATE_KEY }}{% endraw %}
- name: Use the token
env: