Skip to content

Commit e462733

Browse files
WIP
1 parent 1dd09ad commit e462733

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
daily_unit_tests_with_nightly_puppet_gem:
11-
uses: "puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml@main"
11+
uses: "puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml@a8369c5363ed3828c0926d7784345ebeafcfee19"
1212

1313
notify-via-slack:
1414
name: Notify workflow conclusion via Slack

.github/workflows/unit_tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ on:
1010

1111
jobs:
1212
Nightly:
13-
uses: "puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml@main"
13+
secrets: inherit
14+
uses: "puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml@dcf851b0140860b71df29bf8098f9a61ffa92a94"
1415

1516
Released:
1617
uses: "puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_released_puppet_gem.yaml@main"

0 commit comments

Comments
 (0)