Skip to content

Commit 635c90e

Browse files
authored
Merge pull request #32 from puppetlabs/set-forge-token-globally
(maint) set forge token globally
2 parents de5b330 + c16b5d4 commit 635c90e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static_code_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
env:
1111
ruby_version: '3.1'
1212
extra_checks: check:symlinks check:git_ignore check:dot_underscore check:test_file
13+
PUPPET_FORGE_TOKEN: 'YES'
1314

1415
runs-on: 'ubuntu-latest'
1516
steps:
@@ -25,7 +26,6 @@ jobs:
2526
bundler-cache: true
2627
env:
2728
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: forge-key:${{ secrets.PUPPET_FORGE_TOKEN_PUBLIC }}
28-
PUPPET_FORGE_TOKEN: 'YES'
2929

3030
- name: Run rubocop check
3131
run: bundle exec rake ${{ env.extra_checks }} rubocop

0 commit comments

Comments
 (0)