Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true

# Set a global environment variable for the PUPPET_AUTH_TOKEN for all jobs as well as the BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM
env:
PUPPET_AUTH_TOKEN: ${{ secrets.PUPPET_AUTH_TOKEN }}
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: "forge-key:${{ secrets.PUPPET_AUTH_TOKEN }}"

jobs:
rspec:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@

source "https://rubygems.org"

gem 'puppet', '>= 7.0.0', source: 'https://rubygems-puppetcore.puppet.com' if ENV['PUPPET_AUTH_TOKEN']

# Specify your gem's dependencies in abide_dev_utils.gemspec
gemspec
Loading
Loading