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 682bb2d commit b67bb9dCopy full SHA for b67bb9d
.github/workflows/add-issue-to-project.yaml
@@ -14,7 +14,7 @@ jobs:
14
# Generate token for GitHub app
15
- name: Generate token
16
id: generate-token
17
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
18
with:
19
app-id: 1008511
20
private-key: ${{ secrets.CG_ISSUE_PROCESSOR_TOKEN }}
0 commit comments