Skip to content

ci: add permissions to all workflows #428

ci: add permissions to all workflows

ci: add permissions to all workflows #428

Workflow file for this run

on:
workflow_dispatch:
push:
branches-ignore:
- main
tags-ignore:
- v*
permissions:
contents: read
jobs:
tests:
uses: ./.github/workflows/tests.yaml
secrets:
ACR_SECRET: ${{ secrets.ACR_SECRET }}