Skip to content

Commit 67560ab

Browse files
committed
Pull private bolt
1 parent 9baf07d commit 67560ab

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111

1212
env:
1313
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
14+
BUNDLE_RUBYGEMS__RUBYGEMS__PUPPETCORE__PUPPET__COM: ${{ secrets.PUPPET_FORGE_TOKEN }}
1415

1516
jobs:
1617

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
source 'https://rubygems.org'
22

3+
source 'https://rubygems-puppetcore.puppet.com' do
4+
gem 'bolt', '>= 5.0', '< 6.0'
5+
end
6+
37
gemspec
48

59
group :test do

0 commit comments

Comments
 (0)