We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c20c30 commit de81448Copy full SHA for de81448
1 file changed
.github/workflows/build-and-test.yml
@@ -5,7 +5,8 @@ permissions:
5
# The GITHUB_TOKEN is used to download AppMap service
6
# binaries in addition to cloning the repository; by explicitly
7
# setting permissions, we ensure it has no unnecessary access.
8
- contents: read
+ # Note write is required to submit gradle dependencies.
9
+ contents: write
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments