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 195f095 commit 4f83beaCopy full SHA for 4f83bea
.github/workflows/linter.yml
@@ -7,6 +7,11 @@ on:
7
- main
8
pull_request:
9
10
+permissions:
11
+ contents: read
12
+ packages: read
13
+ statuses: write
14
+
15
jobs:
16
lint:
17
name: Lint code base
.github/workflows/releasetracker.yml
@@ -6,6 +6,9 @@ on:
6
tags:
- v[0-9]+.[0-9]+.[0-9]+
+ contents: write
update-release-tags:
name: Update release tags
0 commit comments