Skip to content

Commit 88aff50

Browse files
authored
Merge pull request #300 from FlowFuse/ci-switch-token-generator-action
ci: replace `tibdex/github-app-token` with `actions/create-github-app-token`
2 parents 54001c2 + 568175c commit 88aff50

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
steps:
2020
- name: Generate a token
2121
id: generate_token
22-
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
22+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
2323
with:
24-
app_id: ${{ secrets.GH_BOT_APP_ID }}
25-
private_key: ${{ secrets.GH_BOT_APP_KEY }}
24+
app-id: ${{ secrets.GH_BOT_APP_ID }}
25+
private-key: ${{ secrets.GH_BOT_APP_KEY }}
2626

2727
- name: Checkout
2828
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)