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.
2 parents 1ce9a2f + 12446db commit 770c80aCopy full SHA for 770c80a
.github/workflows/labeler.yml
@@ -34,10 +34,10 @@ jobs:
34
echo "${event_json}"
35
- name: Generate temp GITHUB_TOKEN
36
id: create_token
37
- uses: tibdex/github-app-token@v2
+ uses: actions/create-github-app-token@v2
38
with:
39
- app_id: ${{ secrets.BOT_APP_ID }}
40
- private_key: ${{ secrets.BOT_APP_KEY }}
+ app-id: ${{ secrets.BOT_APP_ID }}
+ private-key: ${{ secrets.BOT_APP_KEY }}
41
- name: Checkout parent repository
42
uses: actions/checkout@v4
43
- name: Install Python 3.11
0 commit comments