Skip to content

docs(storefront): add upgrade guide #1890

docs(storefront): add upgrade guide

docs(storefront): add upgrade guide #1890

name: Daffodil Build PR
on:
pull_request_target:
branches:
- develop
permissions:
actions: read
attestations: read
checks: read
contents: read
deployments: read
id-token: none
issues: read
discussions: read
packages: read
pages: read
pull-requests: read
security-events: read
statuses: read
jobs:
build:

Check failure on line 24 in .github/workflows/build_pull_request.yml

View workflow run for this annotation

GitHub Actions / Daffodil Build PR

Invalid workflow file

The workflow is not valid. .github/workflows/build_pull_request.yml (Line: 24, Col: 3): Error calling workflow 'graycoreio/daffodil/.github/workflows/build.yml@develop'. The nested job 'publish' is requesting 'id-token: write', but is only allowed 'id-token: none'.
name: ${{ github.event.pull_request.head.repo.full_name == github.repository && 'Build PR' || 'Build PR Fork' }}
uses: graycoreio/daffodil/.github/workflows/build.yml@develop
with:
cache-mode: 'read-only'
ref: ${{ github.event.pull_request.head.sha }}
secrets:
NX_KEY: ${{ secrets.NX_KEY }}
AZURE_STORAGE_CONNECTION_STRING: ${{ github.event.pull_request.head.repo.full_name == github.repository && secrets.AZURE_NX_CACHE_READWRITE_CONNECTION_STRING || secrets.AZURE_NX_CACHE_READONLY_CONNECTION_STRING }}