Skip to content

Rebase main to rollout operator config #3

Rebase main to rollout operator config

Rebase main to rollout operator config #3

name: Deploy pr preview
on:
pull_request:
types:
- opened
- synchronize
- closed
paths:
- "docs/sources/**"
jobs:
deploy-pr-preview:

Check failure on line 13 in .github/workflows/deploy-pr-preview.yml

View workflow run for this annotation

GitHub Actions / Deploy pr preview

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-pr-preview.yml (Line: 13, Col: 3): Error calling workflow 'grafana/writers-toolkit/.github/workflows/deploy-preview.yml@main'. The nested job 'deploy-preview' is requesting 'id-token: write', but is only allowed 'id-token: none'.
if: ${{ ! github.event.pull_request.head.repo.fork }}
uses: grafana/writers-toolkit/.github/workflows/deploy-preview.yml@main
with:
sha: ${{ github.event.pull_request.head.sha }}
branch: ${{ github.head_ref }}
event_number: ${{ github.event.number }}
title: ${{ github.event.pull_request.title }}
repo: mimir
source_directory: docs/sources/mimir
website_directory: content/docs/mimir/latest
relative_prefix: /docs/mimir/latest/
index_file: true