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 49ac8dc commit b1026e3Copy full SHA for b1026e3
.github/workflows/CI.yml
@@ -2,6 +2,9 @@ name: CI
2
3
on: pull_request
4
5
+permissions:
6
+ contents: read
7
+
8
jobs:
9
ci:
10
runs-on: ubuntu-latest
.github/workflows/codeql.yml
@@ -8,6 +8,9 @@ on:
schedule:
- cron: '0 19 * * 0'
11
12
13
14
15
CodeQL-Build:
16
.github/workflows/publish.yaml
@@ -4,6 +4,9 @@ on:
release:
types: [created]
publish-npm:
0 commit comments