Skip to content

Commit 322951e

Browse files
committed
fix permissions
1 parent 06c7bc3 commit 322951e

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci-workflow.yml

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

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

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
SpotBugs:
88
runs-on: ubuntu-latest
99
permissions:
10+
id-token: write
1011
contents: read
1112

1213
steps:

0 commit comments

Comments
 (0)