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 b736268 commit 701579aCopy full SHA for 701579a
.github/workflows/add-issue-to-project.yaml
@@ -10,11 +10,11 @@ jobs:
10
runs-on: cg-linux
11
steps:
12
- name: Save actions cache
13
- uses: Catglobe/save-actions-cache@v1
+ uses: Catglobe/save-actions-cache@559d503b658d4c2986f1a7fbdd39727aed115475 # v1
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@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
18
with:
19
app-id: 1008511
20
private-key: ${{ secrets.CG_ISSUE_PROCESSOR_TOKEN }}
0 commit comments