We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d175015 commit 2358047Copy full SHA for 2358047
.github/workflows/ci.yml
@@ -8,12 +8,13 @@ jobs:
8
Spec:
9
if: ${{ github.repository_owner == 'puppetlabs' }}
10
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"
13
secrets: inherit
14
Acceptance:
15
16
needs: Spec
17
uses: puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main
18
with:
19
flags: "--provision-service"
- APT_SOURCES: "https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/apt"
20
0 commit comments