Skip to content

Commit 0664863

Browse files
committed
switch to official github action to obtain app token
1 parent 37b8ba6 commit 0664863

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/update-dependencies.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,12 @@ jobs:
5757
update-go-mod-replace ${{ github.workspace }}/core/src/foss/golang/clash/go.mod $(pwd)/go.mod
5858
go mod tidy
5959
60-
- uses: tibdex/github-app-token@v2
60+
- uses: actions/create-github-app-token@v3
6161
id: generate-token
6262
with:
63-
app_id: ${{ secrets.MAINTAINER_APPID }}
64-
private_key: ${{ secrets.MAINTAINER_APP_PRIVATE_KEY }}
63+
client-id: ${{ secrets.MAINTAINER_APPID }}
64+
private-key: ${{ secrets.MAINTAINER_APP_PRIVATE_KEY }}
65+
owner: ${{ github.repository_owner }}
6566

6667
- name: Create Pull Request
6768
id: cpr

0 commit comments

Comments
 (0)