Skip to content

Commit 611fff5

Browse files
fix: token not required
1 parent b588514 commit 611fff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
type: string
1111
secrets:
1212
curse-token:
13-
required: true
13+
required: false
1414

1515
jobs:
1616
build:

0 commit comments

Comments
 (0)