Skip to content

Fix permissions

Fix permissions #209

Workflow file for this run

---
name: pr_auto
# This workflow is triggered automatically for pull requests and runs tests without credentials
# I.e. doesn't validate image caching, doesn't perform tests in Azure DevOps.
on:
pull_request:
branches: [ main ]
paths-ignore:
- README.md
- 'docs/**'
permissions:
contents: write
packages: write
pull-requests: write
jobs:
build-test:
name: "Build, test, publish"
uses: ./.github/workflows/ci_common.yml
with:
prNumber: ${{ github.event.pull_request.number }}
release: false
runFullTests: false
secrets:
AZDO_TOKEN: ${{ secrets.AZDO_TOKEN }}