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 42bb380 commit 908f673Copy full SHA for 908f673
.github/workflows/addToProject.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- name: Get token
18
id: get_token
19
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
20
with:
21
app-id: ${{ secrets.OBS_AUTOMATION_APP_ID }}
22
private-key: ${{ secrets.OBS_AUTOMATION_APP_PEM }}
.github/workflows/updatecli.yml
@@ -19,7 +19,7 @@ jobs:
23
24
25
0 commit comments