We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b8ba6 commit 0664863Copy full SHA for 0664863
.github/workflows/update-dependencies.yaml
@@ -57,11 +57,12 @@ jobs:
57
update-go-mod-replace ${{ github.workspace }}/core/src/foss/golang/clash/go.mod $(pwd)/go.mod
58
go mod tidy
59
60
- - uses: tibdex/github-app-token@v2
+ - uses: actions/create-github-app-token@v3
61
id: generate-token
62
with:
63
- app_id: ${{ secrets.MAINTAINER_APPID }}
64
- private_key: ${{ secrets.MAINTAINER_APP_PRIVATE_KEY }}
+ client-id: ${{ secrets.MAINTAINER_APPID }}
+ private-key: ${{ secrets.MAINTAINER_APP_PRIVATE_KEY }}
65
+ owner: ${{ github.repository_owner }}
66
67
- name: Create Pull Request
68
id: cpr
0 commit comments