Skip to content

Commit 06e5063

Browse files
committed
fix: authenticate cassandra version lookup
1 parent 707f7cf commit 06e5063

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests@v1.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ jobs:
212212
id: cassandra-version
213213
env:
214214
CASSANDRA_VERSION: ${{ matrix.cassandra-version }}
215+
GH_TOKEN: ${{ github.token }}
215216
run: make resolve-cassandra-version
216217

217218
- name: Pull CCM image from the cache
@@ -246,7 +247,9 @@ jobs:
246247
- name: Run integration tests on Cassandra (${{ steps.cassandra-version.outputs.value }}) - ${{ matrix.test-group }}
247248
id: run-integration-tests
248249
env:
250+
CASSANDRA_VERSION: ${{ matrix.cassandra-version }}
249251
CASSANDRA_VERSION_RESOLVED: ${{ steps.cassandra-version.outputs.value }}
252+
GH_TOKEN: ${{ github.token }}
250253
MAVEN_EXTRA_ARGS: ${{ steps.test-skip-args.outputs.value }}
251254
run: make test-integration-cassandra
252255

0 commit comments

Comments
 (0)