Skip to content

Commit fa533b6

Browse files
committed
Maybe we need permissions in the top level script
1 parent 0ab003b commit fa533b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gradle-build-develop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
- 'dependabot/**/*'
1212
jobs:
1313
build-and-test:
14+
permissions:
15+
contents: 'read'
16+
id-token: 'write'
1417
runs-on: ubuntu-latest
1518
steps:
1619
- name: '🛒 Checkout'

0 commit comments

Comments
 (0)