We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9baf07d commit 67560abCopy full SHA for 67560ab
.github/workflows/ci.yml
@@ -11,6 +11,7 @@ on:
11
12
env:
13
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
14
+ BUNDLE_RUBYGEMS__RUBYGEMS__PUPPETCORE__PUPPET__COM: ${{ secrets.PUPPET_FORGE_TOKEN }}
15
16
jobs:
17
Gemfile
@@ -1,5 +1,9 @@
1
source 'https://rubygems.org'
2
3
+source 'https://rubygems-puppetcore.puppet.com' do
4
+ gem 'bolt', '>= 5.0', '< 6.0'
5
+end
6
+
7
gemspec
8
9
group :test do
0 commit comments