|
@@ -102,10 +102,12 @@ jobs:
|
|
|
uses: ./.github/actions/e2e
|
|
uses: ./.github/actions/e2e
|
|
|
- id: create_token
|
|
- id: create_token
|
|
|
if: always()
|
|
if: always()
|
|
|
- uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
|
|
|
|
|
|
|
+ uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
|
|
|
with:
|
|
with:
|
|
|
- app_id: ${{ secrets.APP_ID }}
|
|
|
|
|
- private_key: ${{ secrets.PRIVATE_KEY }}
|
|
|
|
|
|
|
+ app-id: ${{ secrets.APP_ID }}
|
|
|
|
|
+ private-key: ${{ secrets.PRIVATE_KEY }}
|
|
|
|
|
+ owner: ${{ github.repository_owner }}
|
|
|
|
|
+
|
|
|
- name: Update on Succeess
|
|
- name: Update on Succeess
|
|
|
if: always() && steps.e2e.conclusion == 'success'
|
|
if: always() && steps.e2e.conclusion == 'success'
|
|
|
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
|
|
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
|