Skip to content

Commit 60727da

Browse files
committed
moving key variables to workflow level
1 parent a8bf144 commit 60727da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- "main"
77
workflow_dispatch:
8+
9+
env:
10+
PUPPET_FORGE_TOKEN: ${{ secrets.PUPPET_FORGE_TOKEN }}
11+
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: "forge-key:${{ secrets.PUPPET_FORGE_TOKEN }}"
812

913
jobs:
1014
Spec:

0 commit comments

Comments
 (0)