We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbae6b commit a63531aCopy full SHA for a63531a
.github/workflows/browserslist.yml
@@ -18,11 +18,11 @@ jobs:
18
with:
19
node-version: lts/*
20
- run: npx update-browserslist-db@latest
21
- - uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
+ - uses: actions/create-github-app-token@v1
22
id: generate-token
23
24
- app_id: ${{ secrets.ECOSPARK_APP_ID }}
25
- private_key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
+ app-id: ${{ secrets.ECOSPARK_APP_ID }}
+ private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
26
- uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6
27
28
author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
0 commit comments