Skip to content

Merge pull request #24 from acima-credit/mrampey/FF-3982/update-rby-pkg #53

Merge pull request #24 from acima-credit/mrampey/FF-3982/update-rby-pkg

Merge pull request #24 from acima-credit/mrampey/FF-3982/update-rby-pkg #53

name: Publish Ruby Gem (Pushed)
on:
push
jobs:
build-and-push:
name: Build And Push Gems
uses: upbound-group/ruby-actions/.github/workflows/reusable_push_gems.yml@main # locking to `main` branch for latest updates for now

Check failure on line 9 in .github/workflows/publish-on-push.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-on-push.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/publish-on-push.yaml" -> "upbound-group/ruby-actions/.github/workflows/reusable_push_gems.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
permissions:
contents: read
packages: write
with:
registry-url: "https://rubygems.pkg.github.com/acima-credit"
use-github-token-as-bearer-token: true