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 fa19b69 commit 7650c6eCopy full SHA for 7650c6e
.github/workflows/export-repo-secrets.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- name: Generate a GitHub token
10
id: generate-token
11
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
+ uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
12
with:
13
app-id: 1256780 # Export Secrets GitHub App
14
private-key: ${{ secrets.EXPORT_SECRETS_PRIVATE_KEY }}
0 commit comments