Skip to content

ci: add artifact-metadata permission to merge image #913

ci: add artifact-metadata permission to merge image

ci: add artifact-metadata permission to merge image #913

Workflow file for this run

---
name: Pull Request Report
on:
pull_request:
types: [closed]
permissions: {}
jobs:
add-pr-report:
name: 📊 Add PR Report
permissions:
contents: read
checks: read # is needed by philips-software/pull-request-report-action to fetch check run information
pull-requests: write # is needed by philips-software/pull-request-report-action to post the report as a comment on the PR
repository-projects: read # is needed by philips-software/pull-request-report-action to fetch project information
actions: read # is needed by philips-software/pull-request-report-action to fetch workflow run information
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
with:
disable-sudo-and-containers: true
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: philips-software/pull-request-report-action@39e2f082490099021474c109cb207953221a8e47 # v0.1.5
env:
GITHUB_TOKEN: ${{ github.token }}