Permission change

This commit is contained in:
Michael Green
2024-06-25 22:57:39 +10:00
parent 87f3a1aa89
commit f9f65f3ffb

View File

@@ -10,8 +10,10 @@ jobs:
docker:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
contents: read
attestations: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v3