Skip to content

Commit

Permalink
chore(auto-publish.yml): enable experimental pubrules check (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres authored Nov 24, 2021
1 parent 81f3ee7 commit 795efb6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ jobs:
runs-on: ubuntu-latest # only linux supported at present
steps:
- uses: actions/checkout@v2
- uses: sidvishnoi/spec-prod@v2
- uses: w3c/spec-prod@v2
with:
TOOLCHAIN: respec
VALIDATE_LINKS: false
VALIDATE_PUBRULES: true
W3C_API_KEY: ${{ secrets.W3C_API_KEY }}
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-device-apis/2021May/0008.html"
W3C_NOTIFICATIONS_CC: "${{ secrets.CC }}"
Expand Down

0 comments on commit 795efb6

Please sign in to comment.