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 3cc8e02 commit 05c7b0dCopy full SHA for 05c7b0d
.github/workflows/ci.yml
@@ -6,6 +6,10 @@ on:
6
pull_request:
7
branches:
8
- main
9
+
10
+permissions:
11
+ contents: read # to fetch code (actions/checkout)
12
13
jobs:
14
unit-test:
15
runs-on: ubuntu-latest
.github/workflows/release-tag.yml
@@ -5,8 +5,12 @@ on:
5
name: Create Release
+permissions: {}
build:
+ permissions:
+ contents: write # to create release (yyx990803/release-tag)
16
steps:
0 commit comments