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 9e18f3c commit 9f0b1f6Copy full SHA for 9f0b1f6
docs/guide/deployment.md
@@ -90,7 +90,7 @@ If you are using the PWA plugin, your app must be served over HTTPS so that [Ser
90
3. Generate a GitHub [access token](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line)
91
with repo permissions.
92
93
-4. Grant the Travis job access to your repository: `travis set GITHUB_TOKEN=xxx`
+4. Grant the Travis job access to your repository: `travis env set GITHUB_TOKEN xxx`
94
(`xxx` is the personal access token from step 3.)
95
96
5. Create a `.travis.yml` file in the root of your project.
0 commit comments