Skip to content

chore(deps): bump @strapi/plugin-graphql from 5.0.2 to 5.3.0 #130

chore(deps): bump @strapi/plugin-graphql from 5.0.2 to 5.3.0

chore(deps): bump @strapi/plugin-graphql from 5.0.2 to 5.3.0 #130

Workflow file for this run

name: Deploy to staging
on:
pull_request:
types: [ready_for_review, opened, reopened, synchronize]
branches:
- main
jobs:
build-and-deploy-staging:
name: Deploy to staging on merge to main branch
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.draft == false }}
uses: Informasjonsforvaltning/workflows/.github/workflows/build-deploy.yaml@main
with:
app_name: fdk-cms-service
environment: staging
cluster: digdir-fdk-dev
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GCP_SA_DIGDIR_FDK_GCR_KEY: ${{ secrets.GCP_SA_DIGDIR_FDK_GCR_KEY }}
DIGDIR_FDK_AUTODEPLOY: ${{ secrets.DIGDIR_FDK_DEV_AUTODEPLOY }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
dependabot-build:
name: Build image on PR from dependabot
if: ${{ github.actor == 'dependabot[bot]' }}
uses: Informasjonsforvaltning/workflows/.github/workflows/build.yaml@main
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Check failure on line 29 in .github/workflows/deploy-staging.yaml

View workflow run for this annotation

GitHub Actions / Deploy to staging

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-staging.yaml (Line: 29, Col: 17): Invalid secret, GH_TOKEN is not defined in the referenced workflow.