We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54001c2 + 568175c commit 88aff50Copy full SHA for 88aff50
1 file changed
.github/workflows/test-docker-compose.yaml
@@ -19,10 +19,10 @@ jobs:
19
steps:
20
- name: Generate a token
21
id: generate_token
22
- uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
+ uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
23
with:
24
- app_id: ${{ secrets.GH_BOT_APP_ID }}
25
- private_key: ${{ secrets.GH_BOT_APP_KEY }}
+ app-id: ${{ secrets.GH_BOT_APP_ID }}
+ private-key: ${{ secrets.GH_BOT_APP_KEY }}
26
27
- name: Checkout
28
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
0 commit comments