Skip to content

Commit ba922c4

Browse files
morri-sonmorrison-sapikhandamirov
authored
chore: simplify secrets management in release workflow by inheriting secrets (#1397)
On-behalf-of: Gerald Morrison (SAP) <gerald.morrison@sap.com> Signed-off-by: Gerald Morrison (SAP) <gerald.morrison@sap.com> <!-- markdownlint-disable MD041 --> #### What this PR does / why we need it simplify secrets management in release workflow by inheriting secrets Signed-off-by: Gerald Morrison (SAP) <gerald.morrison@sap.com> Co-authored-by: Gerald Morrison (SAP) <gerald.morrison@sap.com> Co-authored-by: ikhandamirov <108289993+ikhandamirov@users.noreply.github.com>
1 parent 02497b9 commit ba922c4

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -274,12 +274,7 @@ jobs:
274274
uses: open-component-model/.github/.github/workflows/bdba.yaml@main
275275
with:
276276
artifact_id: ctf-aggregated
277-
secrets:
278-
BDBA_API_TOKEN: ${{ secrets.BDBA_API_TOKEN }}
279-
BDBA_URL: ${{ secrets.BDBA_URL }}
280-
BDBA_GROUP_ID: ${{ secrets.BDBA_GROUP_ID }}
281-
BDBA_USERNAME: ${{ secrets.BDBA_USERNAME }}
282-
BDBA_PASSWORD: ${{ secrets.BDBA_PASSWORD }}
277+
secrets: inherit
283278
permissions:
284279
contents: read
285280
actions: read

0 commit comments

Comments
 (0)