Skip to content

Commit

Permalink
Merge pull request #73 from rocky-linux/07-30-fix_fastly_build_step_n…
Browse files Browse the repository at this point in the history
…eeds_token

Add FASTLY_API_TOKEN environment variable to deployment workflow
  • Loading branch information
NeilHanlon authored Jul 30, 2024
2 parents 483df8e + bcf4797 commit c03712a
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 c03712a

Please sign in to comment.