Skip to content

Commit

Permalink
specify spicy branch main for master build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed May 23, 2024
1 parent e3894f1 commit ad1ac93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/zeek-build-push-master-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@ jobs:
TARGETPLATFORM=${{ matrix.platform }}
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
ZEEK_BRANCH=${{ env.ZEEK_BRANCH }}
SPICY_BRANCH=${{ env.SPICY_BRANCH }}
ZEEK_DBG=${{ env.ZEEK_DBG }}
MAXMIND_GEOIP_DB_LICENSE_KEY=${{ secrets.MAXMIND_GEOIP_DB_LICENSE_KEY }}
1 change: 1 addition & 0 deletions .github/workflows/zeek-debug-build-push-master-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@ jobs:
TARGETPLATFORM=${{ matrix.platform }}
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
ZEEK_BRANCH=${{ env.ZEEK_BRANCH }}
SPICY_BRANCH=${{ env.SPICY_BRANCH }}
ZEEK_DBG=${{ env.ZEEK_DBG }}
MAXMIND_GEOIP_DB_LICENSE_KEY=${{ secrets.MAXMIND_GEOIP_DB_LICENSE_KEY }}

0 comments on commit ad1ac93

Please sign in to comment.