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

@ -67,6 +67,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ test ]
permissions:
contents: read
packages: write
steps:
- name: Check out the repo