Skip to content

Commit

Permalink
GA: create-github-app-token切换为官方源
Browse files Browse the repository at this point in the history
官方源已合并本人的PR(actions/create-github-app-token#105)
  • Loading branch information
maboloshi committed Mar 2, 2024
1 parent 62262fd commit a89e1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new_excavator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Generate a token
id: generate_token
uses: maboloshi/create-github-app-token@main
uses: actions/create-github-app-token@v1
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down

0 comments on commit a89e1a8

Please sign in to comment.