Skip to content

build(deps): bump bfj to v9 [DX-757] #132

build(deps): bump bfj to v9 [DX-757]

build(deps): bump bfj to v9 [DX-757] #132

Workflow file for this run

name: CI
permissions:
contents: read
on:
push:
branches: ['**']
jobs:
build:
uses: ./.github/workflows/build.yaml
check:
needs: build
uses: ./.github/workflows/check.yaml
secrets: inherit
release:
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta')
needs: [build, check]
permissions:
contents: write
id-token: write
actions: read
uses: ./.github/workflows/release.yaml
secrets:
VAULT_URL: ${{ secrets.VAULT_URL }}