Skip to content

feat: Release 0.12.1. #13

feat: Release 0.12.1.

feat: Release 0.12.1. #13

Workflow file for this run

#
# GitHub Actions workflow configuration.
#
# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions
#
name: Supply
on:
# Add more events to mirror the GitLab pipeline if development moves to GitHub.
push:
tags:
- '*'
jobs:
production:

Check failure on line 14 in .github/workflows/supply.yml

View workflow run for this annotation

GitHub Actions / Supply

Invalid workflow file

The workflow is not valid. .github/workflows/supply.yml (Line: 14, Col: 3): Error calling workflow 'NVIDIA/multi-storage-client/.github/workflows/.production.yml@a0a77b73d86535cdca443ed6e5e52bdb3a82a7fc'. The nested job 'publish-documentation' is requesting 'pages: write, id-token: write', but is only allowed 'pages: none, id-token: none'. .github/workflows/supply.yml (Line: 14, Col: 3): Error calling workflow 'NVIDIA/multi-storage-client/.github/workflows/.production.yml@a0a77b73d86535cdca443ed6e5e52bdb3a82a7fc'. The nested job 'publish-release' is requesting 'contents: write', but is only allowed 'contents: read'.
name: Production
# Tag push.
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
concurrency:
group: Production
uses: ./.github/workflows/.production.yml