We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd67d4 commit 57174ddCopy full SHA for 57174dd
.github/workflows/Release.yml
@@ -13,6 +13,12 @@ concurrency:
13
jobs:
14
release:
15
name: Release
16
+ # prevents this action from running on forks
17
+ if: github.repository == 'ota-meshi/eslint-plugin-json-schema-validator'
18
+ permissions:
19
+ contents: write # to create release (changesets/action)
20
+ id-token: write # OpenID Connect token needed for provenance
21
+ pull-requests: write # to create pull request (changesets/action)
22
runs-on: ubuntu-latest
23
steps:
24
- name: Checkout Repo
0 commit comments