We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec61f4 commit 6de281dCopy full SHA for 6de281d
.github/workflows/build.yaml
@@ -32,7 +32,7 @@ jobs:
32
if: github.actor != 'dependabot[bot]'
33
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.2.0
34
secrets:
35
- DV_ACCESS_TOKEN: ${{ ! startsWith(github.ref_name, 'release/') && secrets.GE_ACCESS_TOKEN }}
+ DV_ACCESS_TOKEN: ${{ startsWith(github.ref_name, 'release/') && '' || secrets.GE_ACCESS_TOKEN }}
36
with:
37
java-version: |
38
8
0 commit comments