Skip to content

Commit bcf4797

Browse files
committed
fix: fastly build step needs token
1 parent 483df8e commit bcf4797

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
with:
7272
verbose: true
7373
project_directory: compute-js
74+
env:
75+
FASTLY_API_TOKEN: ${{ secrets.FASTLY_API_TOKEN }}
7476

7577
- name: Deploy Compute Package
7678
uses: fastly/compute-actions/deploy@v6

0 commit comments

Comments
 (0)