Skip to content

Commit

Permalink
Test without environment setting.
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Ralf <[email protected]>
  • Loading branch information
nakohdo committed Sep 2, 2024
1 parent 4cc56a2 commit 18d278b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/antora-build-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:

runs-on: Ubuntu-latest

env:
MUP_KEY: ${{ secrets.ANTORA_DISPATCH }}
# env:
# MUP_KEY: ${{ secrets.ANTORA_DISPATCH }}

steps:
- name: Trigger generator
if: ${{ env.MUP_KEY != '' }}
# if: ${{ env.MUP_KEY != '' }}
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.ANTORA_DISPATCH }}
Expand Down

0 comments on commit 18d278b

Please sign in to comment.