Skip to content

Commit

Permalink
ci: add permissions write for dependency graph submission
Browse files Browse the repository at this point in the history
Co-authored-by: ybelmekk <[email protected]>
  • Loading branch information
tommytroen and ybelMekk committed Feb 15, 2024
1 parent 8de3aee commit 6763539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
build:
permissions:
packages: write
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout latest code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ internal class AuthorizationCodeHandlerTest {
"client_id=client1&" +
"client_secret=secret&" +
"code=$code&" +
"redirect_uri=$redirectUri&"
"redirect_uri=$redirectUri&",
)
}
}

0 comments on commit 6763539

Please sign in to comment.