Skip to content

Commit

Permalink
try conditioning on secrects
Browse files Browse the repository at this point in the history
  • Loading branch information
dschuff committed Oct 3, 2024
1 parent 61bf135 commit 35bfe91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/w3c-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup Sphinx
run: pip install six && pip install sphinx==5.1.0
- name: Publish all specs to their https://www.w3.org/TR/ URLs
if: github.repository == 'WebAssembly/spec'
if: secrets.W3C_ECHIDNA_TOKEN_CORE
run: cd document && make -e WD-echidna-CI
env:
W3C_STATUS: ${{ github.event_name == 'workflow_dispatch' && inputs.w3c-status || 'WD' }}
Expand All @@ -54,7 +54,7 @@ jobs:
ECHIDNA_DRYRUN: ${{ github.event_name == 'pull_request'}}
YARN_ENABLE_IMMUTABLE_INSTALLS: false
- name: Validate all specs with Echidna
if: github.repository != 'WebAssembly/spec'
if: secrets.W3C_USERNAME
run: cd document && make -e WD-echidna
env:
W3C_STATUS: ${{ github.event_name == 'workflow_dispatch' && inputs.w3c-status || 'WD' }}
Expand Down

0 comments on commit 35bfe91

Please sign in to comment.