Skip to content

Commit 6f85515

Browse files
authored
Merge pull request #129 from idealo/fix-Workflow-does-not-contain-permissions
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
2 parents f98ce78 + 85208ce commit 6f85515

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/gradle.yml

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

3+
permissions:
4+
contents: read
5+
packages: write
6+
37
on:
48
push:
59
branches: [ main ]

0 commit comments

Comments
 (0)