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 2df311b commit c3eebc5Copy full SHA for c3eebc5
.github/workflows/test-migration.yaml
@@ -33,6 +33,8 @@ jobs:
33
BOLT_GEM: true
34
BOLT_DISABLE_ANALYTICS: true
35
LANG: en_US.UTF-8
36
+ PUPPET_FORGE_TOKEN: ${{ secrets.PUPPET_FORGE_TOKEN }}
37
+ BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: forge-key:${{ secrets.PUPPET_FORGE_TOKEN }}
38
strategy:
39
fail-fast: false
40
matrix:
0 commit comments