Skip to content

Commit de81448

Browse files
committed
ci: Add write access to CI to submit dependencies
1 parent 5c20c30 commit de81448

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ permissions:
55
# The GITHUB_TOKEN is used to download AppMap service
66
# binaries in addition to cloning the repository; by explicitly
77
# setting permissions, we ensure it has no unnecessary access.
8-
contents: read
8+
# Note write is required to submit gradle dependencies.
9+
contents: write
910

1011
concurrency:
1112
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)