Skip to content

Commit 9a73ef9

Browse files
chore(deps): update actions/create-github-app-token action to v2
1 parent da9dcf8 commit 9a73ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-issue-to-project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# Generate token for GitHub app
1515
- name: Generate token
1616
id: generate-token
17-
uses: actions/create-github-app-token@v1
17+
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
1818
with:
1919
app-id: 1008511
2020
private-key: ${{ secrets.CG_ISSUE_PROCESSOR_TOKEN }}

0 commit comments

Comments
 (0)