Skip to content

Commit f8e9564

Browse files
committed
Fix build scripts
1 parent c53afb6 commit f8e9564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: github.actor != 'dependabot[bot]'
3333
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3.0
3434
secrets:
35-
DV_ACCESS_TOKEN: ${{ ! startsWith(github.ref_name, 'release/') && secrets.GE_ACCESS_TOKEN }}
35+
DV_ACCESS_TOKEN: ${{ startsWith(github.ref_name, 'release/') && '' || secrets.GE_ACCESS_TOKEN }}
3636
with:
3737
site-enabled: true
3838
reproducibility-check-enabled: ${{ startsWith(github.ref_name, 'release/') }}

0 commit comments

Comments
 (0)