We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6d7ab commit a2e4bbfCopy full SHA for a2e4bbf
.github/workflows/private-repo-test.yaml
@@ -77,7 +77,7 @@ jobs:
77
unset TWINE_USERNAME TWINE_PASSWORD && make publish-tests
78
- name: Get GitHub App token
79
id: get_token
80
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
81
with:
82
private-key: ${{ secrets.TOBIKO_RENOVATE_BOT_PRIVATE_KEY }}
83
app-id: ${{ secrets.TOBIKO_RENOVATE_BOT_APP_ID }}
0 commit comments