Skip to content

Legg til prettier

Legg til prettier #6

Workflow file for this run

name: deploy-dev
on:
push:
paths-ignore:
- "**.md"
- ".gitignore"
- ".env.local"
- "docker-compose.yml"
- "LICENCE"
- "CODEOWNERS"
branches:
- "**"
jobs:
build-and-deploy:
permissions:
contents: write
id-token: write
security-events: write
actions: read
if: "(github.ref_name == 'master') || contains(github.event.head_commit.message, 'deploy:dev') || contains(github.ref, 'feature/')"
uses: navikt/pam-deploy/.github/workflows/deploy-dev.yml@v7
with:
LANGUAGE: ""
BUILD_SCRIPT: ""
NAIS_RESOURCE: .nais/nais.yml
NAIS_VARS: .nais/dev.yml
SKIP_DRAFT_RELEASE: ${{ github.ref_name != 'master' }}
secrets:
OPTIONAL_SECRET: ${{ secrets.READER_TOKEN }}
NAIS_WORKLOAD_IDENTITY_PROVIDER: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}