Skip to content

Update pnpm/action-setup action to v3 #63

Update pnpm/action-setup action to v3

Update pnpm/action-setup action to v3 #63

Workflow file for this run

# Processus de base pour l'intégration continue
name: Client Python
on:
workflow_dispatch:
push:
branches:
- master
- 'renovate/**'
paths-ignore:
- '.github/**'
- '!.github/workflows/ic.yml'
- '!.github/workflows/pypi.yml'
- '!.github/workflows/test.yml'
- '**.md'
- .editorconfig
- .gitignore
- '.idea/**'
- '.vscode/**'
pull_request:
paths-ignore:
- '.github/**'
- '!.github/workflows/ic.yml'
- '!.github/workflows/pypi.yml'
- '!.github/workflows/test.yml'
- '**.md'
- .editorconfig
- .gitignore
- '.idea/**'
- '.vscode/**'
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
uses: ./.github/workflows/tests.yml
pypi:

Check failure on line 39 in .github/workflows/ic.yml

View workflow run for this annotation

GitHub Actions / Client Python

Invalid workflow file

The workflow is not valid. .github/workflows/ic.yml (Line: 39, Col: 3): Error calling workflow 'reseau-constellation/client-python/.github/workflows/pypi.yml@772511773197221bb6f1e26f6697fe7e72bbffac'. The nested job 'pypi' is requesting 'contents: write', but is only allowed 'contents: read'.
permissions:
contents: read
id-token: write # Allows this job to create releases
with:
dry-run: ${{ github.ref_name == 'master' }}
needs: [ tests ]
uses: ./.github/workflows/pypi.yml