Skip to content

Commit f21754d

Browse files
committed
Pass credentials to reusable workflow
The workflow was failing during bundle install because the secret PUPPET_FORGE_TOKEN wasn't passed: /opt/hostedtoolcache/Ruby/3.1.7/x64/bin/bundle lock Fetching source index from https://rubygems-puppetcore.puppet.com/ Bad username or password for https://forge-key@rubygems-puppetcore.puppet.com/.
1 parent d13db5a commit f21754d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/static_code_analysis.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ on:
1111
jobs:
1212
static_code_analysis:
1313
uses: "puppetlabs/phoenix-github-actions/.github/workflows/static_code_analysis.yaml@main"
14+
secrets: inherit

0 commit comments

Comments
 (0)