fix(build): 🐛 Give proper permissions again

This commit is contained in:
Jesse Wierzbinski 2024-04-14 15:31:34 -10:00
parent 51a74331c7
commit a7dbb2afce
No known key found for this signature in database

View file

@ -32,6 +32,8 @@ jobs:
platform: linux/amd64
permissions:
contents: read
packages: write
id-token: write
steps:
- name: Prepare
@ -100,7 +102,7 @@ jobs:
contents: read
packages: write
id-token: write
steps:
- name: Prepare
run: |