Skip to content

Commit 7de697c

Browse files
chore: ✏️ automatic pre-commit hook fixes
1 parent a612f74 commit 7de697c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

template/.github/workflows/add-to-project.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
3838
id: app-token
3939
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.
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.
4343
private-key: "${{ secrets.ADD_TO_BOARD }}"
4444

4545
- name: Add issue or PR to project board

0 commit comments

Comments
 (0)