Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 3da23b5

Browse files
committed
Pass the right secret
1 parent 9834f7b commit 3da23b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/main.workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ action "Consider pull request for release board" {
3838
action "Add pull request to release board" {
3939
needs = "Consider pull request for release board"
4040
uses = "./actions/auto-sprint"
41-
secrets = ["GITHUB_TOKEN"]
41+
secrets = ["GRAPHQL_TOKEN"]
4242
}

0 commit comments

Comments
 (0)