Skip to content

Commit 6763539

Browse files
tommytroenybelMekk
andcommitted
ci: add permissions write for dependency graph submission
Co-authored-by: ybelmekk <[email protected]>
1 parent 8de3aee commit 6763539

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-master.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
build:
1313
permissions:
1414
packages: write
15+
contents: write
1516
runs-on: ubuntu-latest
1617
steps:
1718
- name: Checkout latest code

src/test/kotlin/no/nav/security/mock/oauth2/grant/AuthorizationCodeHandlerTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ internal class AuthorizationCodeHandlerTest {
132132
"client_id=client1&" +
133133
"client_secret=secret&" +
134134
"code=$code&" +
135-
"redirect_uri=$redirectUri&"
135+
"redirect_uri=$redirectUri&",
136136
)
137137
}
138138
}

0 commit comments

Comments
 (0)