There was an error while loading. Please reload this page.
1 parent 5dbf35b commit 911afafCopy full SHA for 911afaf
1 file changed
README.md
@@ -14,9 +14,6 @@ on:
14
permissions:
15
contents: read
16
17
-env:
18
- TC_CLOUD_TOKEN: ${{ secrets.TC_CLOUD_TOKEN }}
19
-
20
jobs:
21
build:
22
name: "Run checks"
@@ -25,6 +22,9 @@ jobs:
25
- uses: actions/checkout@v3
26
23
- name: Setup testcontainers-cloud
27
24
uses: atomicjar/testcontainers-cloud-setup-action@main
+ env:
+ TC_CLOUD_TOKEN: ${{ secrets.TC_CLOUD_TOKEN }}
+
28
- uses: actions/setup-java@v3
29
with:
30
java-version: '8.0.345'
0 commit comments