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 1148eb8 commit cb82c60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/locals(greasyfork).js_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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
2 changes: 1 addition & 1 deletion .github/workflows/main.user.js_version_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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
2 changes: 1 addition & 1 deletion .github/workflows/update_contributors_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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 cb82c60

Please sign in to comment.