Skip to content

Commit edf75b3

Browse files
committed
ci(macrobenchmark): Drop unused submodule checkout and encryption key env
The repo has no submodules -- no .gitmodules, no gitlink entries -- so submodules: 'recursive' does nothing; sentry-native-ndk is a Maven dependency pinned in gradle/libs.versions.toml. GRADLE_ENCRYPTION_KEY is never read as env.* or $GRADLE_ENCRYPTION_KEY either; setup-gradle takes the secret directly via cache-encryption-key, which stays.
1 parent f23948c commit edf75b3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/integration-tests-macrobenchmark.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,10 @@ jobs:
3232
# we copy the secret to the env variable in order to access it in the workflow
3333
env:
3434
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
35-
GRADLE_ENCRYPTION_KEY: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
3635

3736
steps:
3837
- name: Git checkout
3938
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
40-
with:
41-
submodules: 'recursive'
4239

4340
- name: 'Set up Java: 17'
4441
uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5

0 commit comments

Comments
 (0)