Skip to content

Commit

Permalink
Merge branch 'ngwaf-compute-integration' of github.com:fastly/securit…
Browse files Browse the repository at this point in the history
…y-use-cases into ngwaf-compute-integration
  • Loading branch information
BrooksCunningham committed Oct 3, 2024
2 parents ebc0e22 + 900fea1 commit 6430b48
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build-ngwaf-compute-integration.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build ngwaf-compute-integration
on: push

jobs:
build-ngwaf-compute-integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Fastly CLI
uses: fastly/compute-actions/setup@v8
with:
cli_version: '10.14.1' # optional, defaults to 'latest'
token: ${{ secrets.GITHUB_TOKEN }}

- name: Build Compute Package
uses: fastly/compute-actions/build@v8
with:
verbose: true # optionally enables verbose output, defaults to false
project_directory: ./ngwaf-compute-integration

0 comments on commit 6430b48

Please sign in to comment.