Skip to content

ci: upgrade github actions #52

ci: upgrade github actions

ci: upgrade github actions #52

Workflow file for this run

name: Pull request - Continuous Integration
on:
merge_group:
pull_request:
branches: [main]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:

Check failure on line 16 in .github/workflows/pull-request-ci.yml

View workflow run for this annotation

GitHub Actions / Pull request - Continuous Integration

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request-ci.yml (Line: 16, Col: 3): Error calling workflow 'hoverkraft-tech/compose-action/.github/workflows/__shared-ci.yml@7aece597bdffa7a24b3a31251b615463198c31e3'. The workflow is requesting 'packages: read, statuses: write', but is only allowed 'packages: none, statuses: none'.
uses: ./.github/workflows/__shared-ci.yml
secrets: inherit