diff options
| author | Max Isom <[email protected]> | 2024-08-18 16:15:00 -0700 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2024-08-18 16:18:39 -0700 |
| commit | 069774e7094a7f40ba230cad8a190e0fb34dce0d (patch) | |
| tree | 758b6d8d6f0f98900358651a17f60cd1f3f3d61d /.github | |
| parent | 52df7d42f1e9f46a669ca918ff7dec699cedf087 (diff) | |
| download | muse-069774e7094a7f40ba230cad8a190e0fb34dce0d.tar.xz muse-069774e7094a7f40ba230cad8a190e0fb34dce0d.zip | |
Release 2.9.2
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0a7b5c3..a279abe 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -66,6 +66,11 @@ jobs: name: Combine platform tags runs-on: ubuntu-latest needs: publish + permissions: + contents: read + packages: write + attestations: write + id-token: write steps: - uses: actions/checkout@v1 |
