Skip to content

Commit 5ed46cf

Browse files
Jake ChampionJakeChampion
authored andcommitted
use FASTLY_API_TOKEN as it is what is use by default in the commands
1 parent 649bccb commit 5ed46cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ jobs:
105105
- run: cd ./docs-app && npm run deploy
106106
if: ${{ steps.release.outputs.release_created }}
107107
env:
108-
FASTLY_TOKEN: ${{secrets.FASTLY_API_TOKEN}}
108+
FASTLY_API_TOKEN: ${{secrets.FASTLY_API_TOKEN}}

docs-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build:files": "c-at-e-file-server local --toml fastly.toml --name site -- ../reference-docs/",
1212
"deploy": "npm run deploy:app && npm run deploy:files",
1313
"deploy:app": "fastly compute deploy",
14-
"deploy:files": "c-at-e-file-server upload --name 'js-docs-site' --token $FASTLY_TOKEN -- ../reference-docs/",
14+
"deploy:files": "c-at-e-file-server upload --name 'js-docs-site' -- ../reference-docs/",
1515
"start": "fastly compute serve"
1616
},
1717
"dependencies": {

0 commit comments

Comments
 (0)