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 0b2860f commit 5a98efcCopy full SHA for 5a98efc
.github/workflows/add_prs_to_project.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Generate app token
14
id: token
15
# Pinned to a specific version of the action for security reasons
16
- uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.7.0
+ uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0
17
with:
18
app_id: ${{ secrets.PROJECTS_APP_ID }}
19
private_key: ${{ secrets.PROJECTS_APP_PEM }}
0 commit comments