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 ec2d166 commit 6c82952Copy full SHA for 6c82952
1 file changed
.github/workflows/templating.yml
@@ -22,7 +22,7 @@ jobs:
22
JSON_CONTENT=$(cat .github/workflow_inputs/release_drafter_categories.json | jq -c .)
23
echo "release_drafter_categories=$JSON_CONTENT" >> $GITHUB_OUTPUT
24
- id: create-token
25
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
+ uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
26
with:
27
app-id: ${{ secrets.APP_ID }}
28
private-key: ${{ secrets.APP_PRIVATE_KEY }}
0 commit comments