Skip to content

Commit 2358047

Browse files
committed
moving to different job in workflow
1 parent d175015 commit 2358047

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ jobs:
88
Spec:
99
if: ${{ github.repository_owner == 'puppetlabs' }}
1010
uses: puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main
11+
with:
12+
APT_SOURCES: "https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/apt"
1113
secrets: inherit
1214
Acceptance:
1315
if: ${{ github.repository_owner == 'puppetlabs' }}
1416
needs: Spec
1517
uses: puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main
1618
with:
1719
flags: "--provision-service"
18-
APT_SOURCES: "https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/apt"
1920
secrets: inherit

0 commit comments

Comments
 (0)