Skip to content

Commit 6de281d

Browse files
committed
Fix token type
1 parent aec61f4 commit 6de281d

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.2.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
java-version: |
3838
8

0 commit comments

Comments
 (0)