Skip to content

Commit

Permalink
Update workflow permission
Browse files Browse the repository at this point in the history
  • Loading branch information
AsamK committed Oct 17, 2023
1 parent b9e6442 commit 9ec942e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_call:

permissions:
contents: read # to fetch code (actions/checkout)
contents: write # to fetch code (actions/checkout) and submit dependency graph (gradle/gradle-build-action)

jobs:
build:
Expand Down

0 comments on commit 9ec942e

Please sign in to comment.