From f81e4177e228495a5562870b670570fea6fa62e6 Mon Sep 17 00:00:00 2001 From: Joel Rudsberg Date: Wed, 4 Dec 2024 10:12:02 +0100 Subject: [PATCH] try to use same token approach --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b602e63..3e6556b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -438,7 +438,7 @@ jobs: distribution: ${{ matrix.distribution }} github-token: ${{ secrets.GITHUB_TOKEN }} components: ${{ matrix.components }} - gds-token: ${{ secrets.GDS_TOKEN }} + gds-token: ${{ matrix.set-gds-token && secrets.GDS_TOKEN || '' }} native-image-enable-sbom: 'true' - name: Build Maven project and verify SBOM was generated and its contents run: |