Allow GitHub actions to write to container registry

This commit is contained in:
Jesse Wierzbinski 2024-04-06 20:27:09 -10:00
parent e88c5f3fd0
commit a821e89722
No known key found for this signature in database

View file

@ -97,6 +97,12 @@ jobs:
name: Production
needs:
- build
permissions:
contents: read
packages: write
id-token: write
steps:
- name: Prepare
run: |