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 06d76f0 commit ce0e9b9Copy full SHA for ce0e9b9
.github/workflows/ci.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
branches: [ main ]
8
9
+permissions:
10
+ contents: read
11
+
12
jobs:
13
test:
14
runs-on: ${{ matrix.os }}
.github/workflows/publish.yml
@@ -5,6 +5,9 @@ on:
5
types: [created]
workflow_dispatch:
release-build:
runs-on: ubuntu-latest
0 commit comments