1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 05:09:38 +02:00

Enable read permissions on published packages

This commit is contained in:
Zach Gollwitzer 2024-05-07 07:39:14 -04:00
parent 16e5ffaed8
commit 62b7ada5e2

View file

@ -65,8 +65,9 @@ jobs:
build: build:
name: Build docker image name: Build docker image
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [test] needs: [ test ]
permissions: permissions:
contents: read
packages: write packages: write
steps: steps:
- name: Check out the repo - name: Check out the repo