Skip to content

Commit d273981

Browse files
authored
internal/website: try using a different syntax for GITHUB_TOKEN (#2942)
1 parent 2ca430d commit d273981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
fqdn: gocloud.dev
5757
skip-cleanup: true
5858
local-dir: internal/website/public
59-
github-token: $GITHUB_TOKEN # set in the Settings page of the repo
59+
github-token: ${{ secrets.GITHUB_TOKEN }}
6060
keep-history: true
6161
verbose: true # temporarily, while verifying
6262
on:

0 commit comments

Comments
 (0)