Skip to content

Commit a612f74

Browse files
lwjohnst86signekb
andauthored
refactor: ✏️ edits from review
Co-authored-by: Signe Kirk Brødbæk <40836345+signekb@users.noreply.github.com>
1 parent c54f02d commit a612f74

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: Make sure that the repo has this variable set up.
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)