Skip to content

[deps]: Update aspire monorepo to 13.4.6 #12453

[deps]: Update aspire monorepo to 13.4.6

[deps]: Update aspire monorepo to 13.4.6 #12453

Workflow file for this run

name: Build on PR Target
on:
pull_request_target:
types: [opened, synchronize, reopened]
branches:
- "main"
defaults:
run:
shell: bash
jobs:
check-run:
name: Check PR run
uses: bitwarden/gh-actions/.github/workflows/check-run.yml@main
permissions:
contents: read
run-workflow:

Check failure on line 20 in .github/workflows/build_target.yml

View workflow run for this annotation

GitHub Actions / Build on PR Target

Invalid workflow file

The workflow is not valid. .github/workflows/build_target.yml (Line: 20, Col: 3): Error calling workflow 'bitwarden/server/.github/workflows/build.yml@63e1c6682257cec306fe3db317731d91db2d3846'. The nested job 'image-manifest' is requesting 'actions: write', but is only allowed 'actions: read'.
name: Run Build on PR Target
needs: check-run
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
uses: ./.github/workflows/build.yml
secrets: inherit
permissions:
actions: read
contents: read
id-token: write
packages: write
security-events: write