Skip to content

Commit 166a5be

Browse files
committed
chore(actions): missing permissions for pipeline
1 parent 2c18633 commit 166a5be

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/master.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches: [ master ]
66

7+
permissions:
8+
contents: write
9+
id-token: write
10+
711
jobs:
812
prepare:
913
name: Calculate Version

0 commit comments

Comments
 (0)