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.
2 parents 286d636 + 0a0ba8c commit ef8d822Copy full SHA for ef8d822
3 files changed
.github/workflows/bookkeeping.yml
@@ -1,5 +1,9 @@
1
name: Bookkeeping
2
3
+permissions:
4
+ contents: read
5
+ actions: write
6
+
7
on:
8
pull_request:
9
push:
.github/workflows/docker.yml
@@ -6,6 +6,9 @@ on:
branches:
- main
10
11
12
jobs:
13
linter:
14
runs-on: ubuntu-latest
.github/workflows/release.yml
@@ -1,4 +1,8 @@
name: release
+ packages: write
release:
types: [created]
0 commit comments