We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca430d commit d273981Copy full SHA for d273981
.travis.yml
@@ -56,7 +56,7 @@ jobs:
56
fqdn: gocloud.dev
57
skip-cleanup: true
58
local-dir: internal/website/public
59
- github-token: $GITHUB_TOKEN # set in the Settings page of the repo
+ github-token: ${{ secrets.GITHUB_TOKEN }}
60
keep-history: true
61
verbose: true # temporarily, while verifying
62
on:
0 commit comments