We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424c76f commit a91f4f7Copy full SHA for a91f4f7
2 files changed
.github/workflows/ci.yml
@@ -5,6 +5,10 @@ on:
5
branches:
6
- master
7
8
+permissions:
9
+ contents: read
10
+ actions: write
11
+
12
jobs:
13
build:
14
uses: ./.github/workflows/build-ci.yml
.github/workflows/release.yml
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
0 commit comments