Skip to content

Commit

Permalink
fix: broken JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
naari3 committed Dec 29, 2023
1 parent 5a34f16 commit 19c4fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wc-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
plan:
name: "plan (${{matrix.target.target}})"
runs-on: ${{fromJSON(matrix.target.runs-on)}}
runs-on: ${{matrix.target.runs_on}}
permissions:
id-token: write # For OIDC
contents: read # To checkout private repositories
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
# If you use private registries, contents:read is required
permissions: >-
{
"contents:read"
"contents": "read"
}
# private repositories hosting private modules
repositories: >-
Expand Down

0 comments on commit 19c4fbe

Please sign in to comment.