Skip to content

Commit cc4a13c

Browse files
authored
Update build-artifacts.yml
1 parent 11bd4dc commit cc4a13c

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -130,17 +130,21 @@ jobs:
130130
jf-metadata-build-id: ${{ needs.get-version.outputs.VERSION }}-metadata
131131

132132
create-release-bundle:
133-
needs:
133+
permissions:
134+
contents: read
135+
id-token: write
136+
attestations: write
137+
needs:
134138
- upload-artifacts
135139
- get-version
136-
uses: aerospike/shared-workflows/.github/workflows/[email protected]
137-
with:
138-
jf-project: "database"
139-
jf-build-names: "aerospike-admin-deb:${{ needs.get-version.outputs.VERSION }}, aerospike-admin-rpm:${{ needs.get-version.outputs.VERSION }}"
140-
jf-bundle-name: "aerospike-admin"
141-
version: ${{ needs.get-version.outputs.VERSION }}
142-
gh-workflows-ref: v2.0.2 # Use specific shared-workflows version
143-
dry-run: false
140+
uses: aerospike/shared-workflows/.github/workflows/[email protected]
141+
with:
142+
jf-project: "database"
143+
jf-build-names: "aerospike-admin-deb:${{ needs.get-version.outputs.VERSION }}, aerospike-admin-rpm:${{ needs.get-version.outputs.VERSION }}"
144+
jf-bundle-name: "aerospike-admin"
145+
version: ${{ needs.get-version.outputs.VERSION }}
146+
gh-workflows-ref: v2.0.2 # Use specific shared-workflows version
147+
dry-run: false
144148
# Create-release-bundle:
145149
# runs-on: ubuntu-24.04
146150
# permissions:

0 commit comments

Comments
 (0)