|
@@ -19,7 +19,8 @@ jobs:
|
|
|
release:
|
|
release:
|
|
|
name: Create Release
|
|
name: Create Release
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
-
|
|
|
|
|
|
|
+ permissions:
|
|
|
|
|
+ contents: write # to create a release and push new docs
|
|
|
steps:
|
|
steps:
|
|
|
- name: Checkout
|
|
- name: Checkout
|
|
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
@@ -62,8 +63,9 @@ jobs:
|
|
|
- tag_suffix: "-ubi-boringssl" # ubi image
|
|
- tag_suffix: "-ubi-boringssl" # ubi image
|
|
|
|
|
|
|
|
permissions:
|
|
permissions:
|
|
|
- id-token: write
|
|
|
|
|
- contents: write
|
|
|
|
|
|
|
+ contents: write #to update the github release
|
|
|
|
|
+ id-token: write #for keyless sign
|
|
|
|
|
+ packages: write #to update packages with added SBOMs.
|
|
|
|
|
|
|
|
env:
|
|
env:
|
|
|
SOURCE_TAG: ${{ github.event.inputs.source_ref }}${{ matrix.tag_suffix }}
|
|
SOURCE_TAG: ${{ github.event.inputs.source_ref }}${{ matrix.tag_suffix }}
|