Skip to content

Commit

Permalink
add webcrypto api
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Nov 26, 2024
1 parent aba96eb commit 08492a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-wpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
subsystems:
description: Subsystem to run the update for
required: false
default: '["url"]'
default: '["url", "WebCryptoAPI"]'

permissions:
contents: read
Expand All @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
subsystem: ${{ fromJSON(github.event.inputs.subsystems || '["url"]') }}
subsystem: ${{ fromJSON(github.event.inputs.subsystems || '["url", "WebCryptoAPI"]') }}

steps:
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7
Expand Down

0 comments on commit 08492a9

Please sign in to comment.