Skip to content

Commit a89e1a8

Browse files
committed
GA: create-github-app-token切换为官方源
官方源已合并本人的PR(actions/create-github-app-token#105)
1 parent 62262fd commit a89e1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/new_excavator.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Generate a token
1515
id: generate_token
16-
uses: maboloshi/create-github-app-token@main
16+
uses: actions/create-github-app-token@v1
1717
with:
1818
app-id: ${{ vars.APP_ID }}
1919
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)