Skip to content

Commit

Permalink
Add auto-publish script (#171)
Browse files Browse the repository at this point in the history
* Add auto-publish script

* Use PR for approval

* Use bikeshed. checkout@v4

* Try IG-NOTE?

* Doh. use status instead of specStatus

* Update .github/workflows/auto-publish.yml

Co-authored-by: Jeffrey Yasskin <[email protected]>

* Update .github/workflows/auto-publish.yml

Co-authored-by: Jeffrey Yasskin <[email protected]>

* Update .github/workflows/auto-publish.yml

Co-authored-by: Jeffrey Yasskin <[email protected]>

* Also delete deploy.ml

---------

Co-authored-by: Jeffrey Yasskin <[email protected]>
  • Loading branch information
plehegar and jyasskin authored Dec 3, 2024
1 parent 05af332 commit c5ffa65
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 19 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Configuration options https://w3c.github.io/spec-prod/
name: Publish the ED and Note

on:
push:
branches:
- main
pull_request: {}

jobs:
validate-and-publish:
name: Validate and Publish
runs-on: ubuntu-latest # only linux supported at present
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
TOOLCHAIN: bikeshed
GH_PAGES_BRANCH: gh-pages
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
W3C_WG_DECISION_URL: "https://github.com/w3ctag/security-questionnaire/pull/171"
W3C_NOTIFICATIONS_CC: "${{ secrets.CC }}"
W3C_BUILD_OVERRIDE: |
status: NOTE
shortname: security-privacy-questionnaire
19 changes: 0 additions & 19 deletions .github/workflows/deploy.yml

This file was deleted.

0 comments on commit c5ffa65

Please sign in to comment.