Skip to content

Commit a63531a

Browse files
chore(deps): update non-major (#74)
* chore(deps): update non-major * Update browserslist.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Olsen <81981+stipsan@users.noreply.github.com>
1 parent fcbae6b commit a63531a

File tree

3 files changed

+188
-155
lines changed

3 files changed

+188
-155
lines changed

.github/workflows/browserslist.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
with:
1919
node-version: lts/*
2020
- run: npx update-browserslist-db@latest
21-
- uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
21+
- uses: actions/create-github-app-token@v1
2222
id: generate-token
2323
with:
24-
app_id: ${{ secrets.ECOSPARK_APP_ID }}
25-
private_key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
24+
app-id: ${{ secrets.ECOSPARK_APP_ID }}
25+
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
2626
- uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6
2727
with:
2828
author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>

0 commit comments

Comments
 (0)