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 d2bbaab commit 6fc5760Copy full SHA for 6fc5760
.github/workflows/ci.yml
@@ -4,6 +4,9 @@ on:
4
pull_request:
5
branches: [main]
6
workflow_dispatch:
7
+env:
8
+ PUPPET_FORGE_TOKEN: ${{ secrets.PUPPET_FORGE_TOKEN }}
9
+ BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: forge-key:${{ secrets.PUPPET_FORGE_TOKEN }}
10
jobs:
11
Spec:
12
if: ${{ github.repository_owner == 'puppetlabs' }}
0 commit comments