Skip to content

Commit 4e4df72

Browse files
committed
Needs GITHUB_TOKEN
1 parent 2f39c23 commit 4e4df72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/main.workflow

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ action "update-gist" {
3333
uses = "JasonEtco/activity-box@master"
3434
secrets = [
3535
"GH_PAT",
36+
"GITHUB_TOKEN"
3637
]
3738
env = {
3839
GH_USERNAME = "JasonEtco"

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ Toolkit.run(
6565
},
6666
{
6767
event: 'schedule',
68-
secrets: ['GH_PAT', 'GH_USERNAME', 'GIST_ID']
68+
secrets: ['GITHUB_TOKEN', 'GH_PAT', 'GH_USERNAME', 'GIST_ID']
6969
}
7070
)

0 commit comments

Comments
 (0)