Skip to content

Commit f526883

Browse files
committed
Updated RTLIC with RTLIC_V6
1 parent 4d47f88 commit f526883

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

.github/workflows/accessTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install local Artifactory
3737
uses: jfrog/.github/actions/install-local-artifactory@main
3838
with:
39-
RTLIC: ${{ secrets.RTLIC }}
39+
RTLIC_V6: ${{ secrets.RTLIC_V6 }}
4040

4141
- name: Get ID Token and Exchange Token
4242
shell: bash

.github/workflows/artifactoryTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install local Artifactory
3737
uses: jfrog/.github/actions/install-local-artifactory@main
3838
with:
39-
RTLIC: ${{ secrets.RTLIC }}
39+
RTLIC_V6: ${{ secrets.RTLIC_V6 }}
4040

4141
- name: Run Artifactory tests
4242
run: go test -v github.com/jfrog/jfrog-cli --timeout 0 --test.artifactory --jfrog.url=http://127.0.0.1:8082 --jfrog.adminToken=${{ env.JFROG_TESTS_LOCAL_ACCESS_TOKEN }}

.github/workflows/dockerTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cd ./testdata/docker/artifactory/
3232
./start.sh
3333
env:
34-
RTLIC: ${{secrets.RTLIC}}
34+
RTLIC_V6: ${{secrets.RTLIC_V6}}
3535
GOPROXY: direct
3636

3737
- name: Wait for Artifactory to finish loading

.github/workflows/gradleTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install local Artifactory
4848
uses: jfrog/.github/actions/install-local-artifactory@main
4949
with:
50-
RTLIC: ${{ secrets.RTLIC }}
50+
RTLIC_V6: ${{ secrets.RTLIC_V6 }}
5151

5252
- name: Run Gradle tests
5353
run: go test -v github.com/jfrog/jfrog-cli --timeout 0 --test.gradle

.github/workflows/mavenTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install local Artifactory
4040
uses: jfrog/.github/actions/install-local-artifactory@main
4141
with:
42-
RTLIC: ${{ secrets.RTLIC }}
42+
RTLIC_V6: ${{ secrets.RTLIC_V6 }}
4343

4444
- name: Run Maven tests
4545
run: go test -v github.com/jfrog/jfrog-cli --timeout 0 --test.maven

.github/workflows/npmTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install local Artifactory
3939
uses: jfrog/.github/actions/install-local-artifactory@main
4040
with:
41-
RTLIC: ${{ secrets.RTLIC }}
41+
RTLIC_V6: ${{ secrets.RTLIC_V6 }}
4242

4343
- name: Run npm tests
4444
env:

.github/workflows/nugetTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install local Artifactory
6363
uses: jfrog/.github/actions/install-local-artifactory@main
6464
with:
65-
RTLIC: ${{ secrets.RTLIC }}
65+
RTLIC_V6: ${{ secrets.RTLIC_V6 }}
6666

6767
- name: Run NuGet tests
6868
run: go test -v github.com/jfrog/jfrog-cli --timeout 0 --test.nuget

.github/workflows/pluginsTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install local Artifactory
3434
uses: jfrog/.github/actions/install-local-artifactory@main
3535
with:
36-
RTLIC: ${{ secrets.RTLIC }}
36+
RTLIC_V6: ${{ secrets.RTLIC_V6 }}
3737

3838
- name: Run plugins tests
3939
run: go test -v github.com/jfrog/jfrog-cli --timeout 0 --test.plugins

.github/workflows/pythonTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install local Artifactory
4949
uses: jfrog/.github/actions/install-local-artifactory@main
5050
with:
51-
RTLIC: ${{ secrets.RTLIC }}
51+
RTLIC_V6: ${{ secrets.RTLIC_V6 }}
5252

5353
- name: Run Python tests
5454
run: go test -v github.com/jfrog/jfrog-cli --timeout 0 --test.${{ matrix.suite }}

.github/workflows/transferTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install local Artifactory
3434
uses: jfrog/.github/actions/install-local-artifactory@main
3535
with:
36-
RTLIC: ${{ secrets.RTLIC }}
36+
RTLIC_V6: ${{ secrets.RTLIC_V6 }}
3737
JFROG_HOME: ${{ runner.temp }}
3838

3939
- name: Run transfer tests
@@ -56,7 +56,7 @@ jobs:
5656
- name: Install local Artifactory
5757
uses: jfrog/.github/actions/install-local-artifactory@main
5858
with:
59-
RTLIC: ${{ secrets.RTLIC_V6 }}
59+
RTLIC_V6: ${{ secrets.RTLIC_V6_V6 }}
6060
JFROG_HOME: ${{ runner.temp }}
6161
VERSION: 6.23.21
6262

0 commit comments

Comments
 (0)