Skip to content

Autodeploy til prod (hver mandag) #191

Autodeploy til prod (hver mandag)

Autodeploy til prod (hver mandag) #191

name: Autodeployment
run-name: Autodeploy til prod (hver mandag)
on:
schedule:
- cron: '0 08 * * 1' # kl 09 hver mandag
jobs:
build-push-deploy-main:
uses: ./.github/workflows/main.yml
secrets: inherit
permissions:
contents: 'read'
id-token: 'write'
packages: 'read'