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 a612f74 commit 7de697cCopy full SHA for 7de697c
1 file changed
template/.github/workflows/add-to-project.yml
@@ -37,9 +37,9 @@ jobs:
37
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
38
id: app-token
39
with:
40
- # TODO: Confirm that this variable is set up for this repo.
41
- client-id: "${{ vars.ADD_TO_BOARD_APP_ID }}"
42
- # TODO: Confirm that this secret is set up for this repo.
+ # TODO: Confirm that this variable is set up for this repo.
+ client-id: "${{ vars.ADD_TO_BOARD_APP_ID }}"
+ # TODO: Confirm that this secret is set up for this repo.
43
private-key: "${{ secrets.ADD_TO_BOARD }}"
44
45
- name: Add issue or PR to project board
0 commit comments