Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Deploy to stable dev #267

Deploy to stable dev

Deploy to stable dev #267

name: Deploy to stable dev
on:
workflow_dispatch:
inputs:
build_mode:
type: choice
required: true
description: 'Build-time NODE_ENV'
default: 'prod'
options:
- prod
- dev
jobs:
deploy:

Check failure on line 15 in .github/workflows/deploy.dev.stable.yml

View workflow run for this annotation

GitHub Actions / Deploy to stable dev

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.dev.stable.yml (Line: 15, Col: 3): Error calling workflow 'navikt/nav-dekoratoren/.github/workflows/build-and-deploy.yml@5644264266c3e169d0e6ca845a03fe9d73000045'. The nested job 'build_and_deploy' is requesting 'id-token: write', but is only allowed 'id-token: none'.
permissions:
packages: write
uses: ./.github/workflows/build-and-deploy.yml
with:
NAIS_VARS: .nais/vars/dev-stable.yaml
IMAGE_NAME: dev-stable
CLUSTER: dev-gcp
BUILD_MODE: ${{ inputs.build_mode }}
secrets: inherit