|
@@ -100,7 +100,7 @@ jobs:
|
|
|
uses: ./.github/actions/e2e
|
|
uses: ./.github/actions/e2e
|
|
|
- id: create_token
|
|
- id: create_token
|
|
|
if: always()
|
|
if: always()
|
|
|
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
|
|
|
|
|
|
|
+ uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
|
|
|
with:
|
|
with:
|
|
|
app-id: ${{ secrets.APP_ID }}
|
|
app-id: ${{ secrets.APP_ID }}
|
|
|
private-key: ${{ secrets.PRIVATE_KEY }}
|
|
private-key: ${{ secrets.PRIVATE_KEY }}
|