Skip to content

Commit 5c85c8d

Browse files
committed
chore: update secret action
1 parent 1929be7 commit 5c85c8d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Diff for: .github/workflows/auto-rebase.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
name: AutoRebase
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: tibdex/github-app-token@v1
16+
- uses: actions/create-github-app-token@v1.9.0
1717
id: generate_token
1818
with:
19-
app_id: ${{ secrets.APP_ID }}
20-
private_key: ${{ secrets.APP_PRIVATE_KEY }}
19+
app-id: ${{ secrets.APP_ID }}
20+
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2121

2222
- uses: Label305/[email protected]
2323
with:

Diff for: .github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -304,11 +304,11 @@ jobs:
304304
- tensorflow
305305
- dry-release
306306
steps:
307-
- uses: tibdex/github-app-token@v1
307+
- uses: actions/create-github-app-token@v1.9.0
308308
id: generate_token
309309
with:
310-
app_id: ${{ secrets.APP_ID }}
311-
private_key: ${{ secrets.APP_PRIVATE_KEY }}
310+
app-id: ${{ secrets.APP_ID }}
311+
private-key: ${{ secrets.APP_PRIVATE_KEY }}
312312

313313
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
314314
with:

Diff for: .github/workflows/update-deps.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
extra_nix_config: |
4242
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
4343
44-
- uses: tibdex/github-app-token@v1
44+
- uses: actions/create-github-app-token@v1.9.0
4545
id: generate-token
4646
with:
47-
app_id: ${{ secrets.APP_ID }}
48-
private_key: ${{ secrets.APP_PRIVATE_KEY }}
47+
app-id: ${{ secrets.APP_ID }}
48+
private-key: ${{ secrets.APP_PRIVATE_KEY }}
4949

5050
- uses: cpcloud/[email protected]
5151
with:

0 commit comments

Comments
 (0)