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:
parent
16e5ffaed8
commit
62b7ada5e2
1 changed files with 2 additions and 1 deletions
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
@ -67,6 +67,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: [ test ]
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue