Skip to content

Commit ef8d822

Browse files
committed
Merge branch 'improv/docs/fixes' of github.com:AliceO2Group/Bookkeeping into improv/docs/fixes
2 parents 286d636 + 0a0ba8c commit ef8d822

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/bookkeeping.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Bookkeeping
22

3+
permissions:
4+
contents: read
5+
actions: write
6+
37
on:
48
pull_request:
59
push:

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
branches:
77
- main
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
linter:
1114
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: release
2+
permissions:
3+
contents: read
4+
packages: write
5+
actions: write
26
on:
37
release:
48
types: [created]

0 commit comments

Comments
 (0)