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 f5a30a4 commit 7ab08faCopy full SHA for 7ab08fa
.github/workflows/publish-release.yaml
@@ -10,6 +10,9 @@ on:
10
description: Force a release even when there are release-blockers (optional)
11
required: false
12
13
+permissions:
14
+ contents: read
15
+
16
jobs:
17
release:
18
runs-on: ubuntu-latest
.github/workflows/tests.yaml
@@ -6,6 +6,9 @@ on:
6
branches:
7
- master
8
9
tests:
name: Tests
0 commit comments