Skip to content

fix(docker/build-image)!: add write cache permission #1875

fix(docker/build-image)!: add write cache permission

fix(docker/build-image)!: add write cache permission #1875

---
name: Internal - Pull request - Continuous Integration
on: # yamllint disable-line rule:truthy
merge_group:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

Check failure on line 11 in .github/workflows/__pull-request-ci.yml

View workflow run for this annotation

GitHub Actions / Internal - Pull request - Continuous Integration

Invalid workflow file

The workflow is not valid. hoverkraft-tech/ci-github-container/.github/workflows/__test-action-docker-create-images-manifests.yml@81ccaa71bd87cab05e7cef119d07208ed37b8561 (Line: 11, Col: 3): Error calling workflow 'hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@81ccaa71bd87cab05e7cef119d07208ed37b8561'. The nested job 'build-images' is requesting 'actions: write', but is only allowed 'actions: none'.
permissions: {}
jobs:
ci:
uses: ./.github/workflows/__shared-ci.yml
permissions:
actions: write
contents: read
id-token: write
issues: write
packages: write
pull-requests: write
security-events: write
statuses: write
secrets:
CI_BOT_APP_PRIVATE_KEY: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}