We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de5b330 + c16b5d4 commit 635c90eCopy full SHA for 635c90e
1 file changed
.github/workflows/static_code_analysis.yaml
@@ -10,6 +10,7 @@ jobs:
10
env:
11
ruby_version: '3.1'
12
extra_checks: check:symlinks check:git_ignore check:dot_underscore check:test_file
13
+ PUPPET_FORGE_TOKEN: 'YES'
14
15
runs-on: 'ubuntu-latest'
16
steps:
@@ -25,7 +26,6 @@ jobs:
25
26
bundler-cache: true
27
28
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: forge-key:${{ secrets.PUPPET_FORGE_TOKEN_PUBLIC }}
- PUPPET_FORGE_TOKEN: 'YES'
29
30
- name: Run rubocop check
31
run: bundle exec rake ${{ env.extra_checks }} rubocop
0 commit comments