Skip to content

Commit b453194

Browse files
author
Ben M
authored
Update add-to-triage-board.yml
changing to use repo specific secret for now
1 parent d986bb3 commit b453194

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/add-to-triage-board.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ on:
99
jobs:
1010
add-to-triage-project-board:
1111
uses: cypress-io/cypress/.github/workflows/triage_add_to_project.yml@develop
12-
secrets: inherit
12+
secrets:
13+
ADD_TO_PROJECT_TOKEN: ${{ secrets.ADD_TO_PROJECT_TOKEN }}

0 commit comments

Comments
 (0)