|
@@ -49,7 +49,7 @@ jobs:
|
|
|
# from running: we can create a PR but the tests won't run :/
|
|
# from running: we can create a PR but the tests won't run :/
|
|
|
- name: Generate token
|
|
- name: Generate token
|
|
|
id: generate_token
|
|
id: generate_token
|
|
|
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
|
|
|
|
|
|
|
+ uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
|
|
|
with:
|
|
with:
|
|
|
app-id: ${{ secrets.APP_ID }}
|
|
app-id: ${{ secrets.APP_ID }}
|
|
|
private-key: ${{ secrets.PRIVATE_KEY }}
|
|
private-key: ${{ secrets.PRIVATE_KEY }}
|