Skip to content

Commit

Permalink
Update reusable workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
krolol authored Nov 27, 2024
1 parent 6aa2895 commit 6979221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bridge-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
build_and_deploy_bridge:
uses: Cerebellum-Network/reusable-workflows/.github/workflows/build-and-upload-static.yaml@1.0.0
uses: Cerebellum-Network/reusable-workflows/.github/workflows/build-and-upload-static.yaml@master
with:
runs-on: '["self-hosted", "cere-network-large"]'
build_container: 'node:14-buster-slim'
Expand All @@ -18,4 +18,4 @@ jobs:
AWS_REGION: ${{ secrets.AWS_REGION }}
S3_BUCKET_NAME: ${{ secrets.BRIDGE_S3_BUCKET_NAME_PRD }}
CF_DISTRIBUTION_ID: ${{ secrets.BRIDGE_CF_DISTRIBUTION_ID_PRD }}


0 comments on commit 6979221

Please sign in to comment.