Skip to content

Commit 4722da7

Browse files
committed
Add permissions block
1 parent f232d78 commit 4722da7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ on:
33
push:
44
branches: [main]
55
pull_request:
6+
7+
permissions:
8+
id-token: write
9+
contents: write
10+
pull-requests: write
11+
612
jobs:
713
javabin:
814
uses: javaBin/platform/.github/workflows/javabin.yml@main

0 commit comments

Comments
 (0)