Skip to content

Commit 6fc5760

Browse files
(PE-40707) try forge key on ci tests
1 parent d2bbaab commit 6fc5760

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
branches: [main]
66
workflow_dispatch:
7+
env:
8+
PUPPET_FORGE_TOKEN: ${{ secrets.PUPPET_FORGE_TOKEN }}
9+
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: forge-key:${{ secrets.PUPPET_FORGE_TOKEN }}
710
jobs:
811
Spec:
912
if: ${{ github.repository_owner == 'puppetlabs' }}

0 commit comments

Comments
 (0)