|
12 | 12 | permissions: |
13 | 13 | contents:write |
14 | 14 | pull-requests:read |
15 | | -uses:github/ospo-reusable-workflows/.github/workflows/release.yaml@c9afb9b655e0f5d2b3abe9c93cee54fa2992c2e0 |
| 15 | +uses:github/ospo-reusable-workflows/.github/workflows/release.yaml@26eec20abba5ae806698592c79628f6906da372c |
16 | 16 | with: |
17 | 17 | publish:true |
18 | 18 | release-config-name:release-drafter.yml |
|
25 | 25 | packages:write |
26 | 26 | id-token:write |
27 | 27 | attestations:write |
28 | | -uses:github/ospo-reusable-workflows/.github/workflows/release-image.yaml@c9afb9b655e0f5d2b3abe9c93cee54fa2992c2e0 |
| 28 | +uses:github/ospo-reusable-workflows/.github/workflows/release-image.yaml@26eec20abba5ae806698592c79628f6906da372c |
29 | 29 | with: |
30 | 30 | image-name:${{ github.repository_owner }}/issue_metrics |
31 | 31 | full-tag:${{ needs.release.outputs.full-tag }} |
|
40 | 40 | permissions: |
41 | 41 | contents:read |
42 | 42 | discussions:write |
43 | | -uses:github/ospo-reusable-workflows/.github/workflows/release-discussion.yaml@c9afb9b655e0f5d2b3abe9c93cee54fa2992c2e0 |
| 43 | +uses:github/ospo-reusable-workflows/.github/workflows/release-discussion.yaml@26eec20abba5ae806698592c79628f6906da372c |
44 | 44 | with: |
45 | 45 | full-tag:${{ needs.release.outputs.full-tag }} |
46 | 46 | body:${{ needs.release.outputs.body }} |
|