We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfcc03 commit d07c77dCopy full SHA for d07c77d
.github/workflows/gemini-pr-review.yml
@@ -73,7 +73,7 @@ jobs:
73
id: 'generate_token'
74
if: |-
75
${{ vars.APP_ID }}
76
- uses: 'actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e' # ratchet:actions/create-github-app-token@v2
+ uses: 'actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe' # ratchet:actions/create-github-app-token@v2
77
with:
78
app-id: '${{ vars.APP_ID }}'
79
private-key: '${{ secrets.APP_PRIVATE_KEY }}'
0 commit comments