Skip to content

Commit

Permalink
Fix token type
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Sep 3, 2024
1 parent aec61f4 commit 6de281d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: github.actor != 'dependabot[bot]'
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.2.0
secrets:
DV_ACCESS_TOKEN: ${{ ! startsWith(github.ref_name, 'release/') && secrets.GE_ACCESS_TOKEN }}
DV_ACCESS_TOKEN: ${{ startsWith(github.ref_name, 'release/') && '' || secrets.GE_ACCESS_TOKEN }}
with:
java-version: |
8
Expand Down

0 comments on commit 6de281d

Please sign in to comment.