Skip to content

Commit

Permalink
fix: fastly build step needs token
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilHanlon committed Jul 30, 2024
1 parent 483df8e commit bcf4797
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
with:
verbose: true
project_directory: compute-js
env:
FASTLY_API_TOKEN: ${{ secrets.FASTLY_API_TOKEN }}

- name: Deploy Compute Package
uses: fastly/compute-actions/deploy@v6
Expand Down

0 comments on commit bcf4797

Please sign in to comment.