We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53afb6 commit f8e9564Copy full SHA for f8e9564
.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.3.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
site-enabled: true
38
reproducibility-check-enabled: ${{ startsWith(github.ref_name, 'release/') }}
0 commit comments