Skip to content

Refactor to manage secrets with Bitwarden #15

Refactor to manage secrets with Bitwarden

Refactor to manage secrets with Bitwarden #15

Workflow file for this run

name: Deploy quex
on:
push:
paths-ignore:
- ".github/workflows/deploy.yml"
# See "if:" below
# branches:
# - main
jobs:
build:
# There is currently no way to combine event triggers "if branch is main AND file is changed"
if: github.ref_name == 'main'
uses: ./.github/workflows/build-docker.yml
permissions:
packages: write
contents: read
attestations: write
id-token: write
with:
image_name: ${{ github.repository }}
deploy:
needs: build
uses: ./.github/workflows/deploy.yml