We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72a273 commit acf3ff1Copy full SHA for acf3ff1
.github/workflows/release.yml
@@ -179,7 +179,7 @@ jobs:
179
180
- name: Get Brew tap repo token
181
id: brew-tap-token
182
- uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
+ uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
183
with:
184
app-id: ${{ secrets.HOMEBREW_TAP_WORKFLOW_GITHUB_APP_ID }}
185
private-key: ${{ secrets.HOMEBREW_TAP_WORKFLOW_GITHUB_APP_SECRET }}
0 commit comments