-
Notifications
You must be signed in to change notification settings - Fork 18
chore: setup auto publish #312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
946acce
5a19f3c
ff30d7d
1dcd4dc
bf625d2
1357b7b
9224b8c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
@@ -0,0 +1,26 @@ | ||||
name: Node CI | ||||
|
||||
on: | ||||
push: | ||||
branches: | ||||
- main | ||||
pull_request: {} | ||||
|
||||
jobs: | ||||
validate-and-publish: | ||||
name: Validate and Publish | ||||
runs-on: ubuntu-latest | ||||
steps: | ||||
- uses: actions/checkout@v2 | ||||
- uses: w3c/spec-prod@v2 | ||||
with: | ||||
TOOLCHAIN: respec | ||||
VALIDATE_LINKS: false | ||||
marcoscaceres marked this conversation as resolved.
Show resolved
Hide resolved
|
||||
VALIDATE_PUBRULES: false | ||||
marcoscaceres marked this conversation as resolved.
Show resolved
Hide resolved
|
||||
GH_PAGES_BRANCH: gh-pages | ||||
W3C_API_KEY: ${{ secrets.W3C_API_KEY }} | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @simoneonofri, could you add this for us via the repo Setting? I can't seem to remember where to get this. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @marcoscaceres it was already here (probabily from you), I'lve just updated with the one from the token request (that said it was already generated). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. checked the Action log, it said that we don't need W3C_API_KEY
Suggested change
this is an example file which worked yesterday https://github.com/w3c/webappsec-subresource-integrity/blob/main/.github/workflows/auto-publish.yaml
marcoscaceres marked this conversation as resolved.
Show resolved
Hide resolved
|
||||
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }} | ||||
W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-fedid-wg/2025Jun/0035.html" | ||||
W3C_NOTIFICATIONS_CC: "${{ secrets.CC }}" | ||||
W3C_BUILD_OVERRIDE: | | ||||
specStatus: WD |
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Internationally false?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VALIDATE_LINKS
andVALIDATE_PUBRULES