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 1d797ca commit 9266276Copy full SHA for 9266276
.github/workflows/add-to-project.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- name: Generate token
11
id: generate_token
12
- uses: tibdex/github-app-token@32691ba7c9e7063bd457bd8f2a5703138591fa58 # v1.9.0
+ uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
13
with:
14
app_id: ${{ secrets.TOKENS_APP_ID }}
15
private_key: ${{ secrets.TOKENS_PRIVATE_KEY }}
0 commit comments