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 f8d6881 commit c37633eCopy full SHA for c37633e
.github/workflows/test-add-compiler-matrix.yml
@@ -32,8 +32,8 @@ jobs:
32
BOLT_GEM: true
33
BOLT_DISABLE_ANALYTICS: true
34
LANG: en_US.UTF-8
35
- PUPPET_FORGE_TOKEN: ${{ secrets.FORGE_API_KEY }}
36
- BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: forge-key:${{ secrets.FORGE_API_KEY }}
+ PUPPET_FORGE_TOKEN: ${{ secrets.PUPPET_FORGE_API_TOKEN }}
+ BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: forge-key:${{ secrets.PUPPET_FORGE_API_TOKEN }}
37
strategy:
38
fail-fast: false
39
matrix:
0 commit comments