fix: release-quilldrop.yml [skip ci]
R
Rüdiger Küpper
<rpr@9it.de>
committete am 19.02.2026 06:41
7561a6fc4b2b0d2eca3b1706f78c1b645c725351
| @@ -1,21 +1,21 @@ | ||
| 1 | 1 | name: build-and-release |
| 2 | 2 | |
| 3 | 3 | on: |
| 4 | 4 | # push: |
| 5 | 5 | # branches: [main] |
| 6 | 6 | workflow_dispatch: |
| 7 | 7 | # tags: |
| 8 | 8 | # - 'v*' # z.B. v1.2.3 |
| 9 | 9 | |
| 10 | 10 | permissions: |
| 11 | -contents: read |
|
| 11 | +contents: write |
|
| 12 | 12 | packages: write |
| 13 | 13 | id-token: write |
| 14 | 14 | |
| 15 | 15 | env: |
| 16 | 16 | # Hier kannst du einen Default-Name definieren, der in die Artefakte wandert |
| 17 | 17 | APP_VERSION: ${{ github.ref_name }} |
| 18 | 18 | GH_TOKEN: ${{ secrets.RELEASE_TOKEN }} |
| 19 | 19 | TARGET_REPO: owner/target-repo |
| 20 | 20 | TAG: ${{ github.ref_name }} |
| 21 | 21 | REGISTRY: ghcr.io |