Skip to content

add GHA step to configure PAT #24

add GHA step to configure PAT

add GHA step to configure PAT #24

Workflow file for this run

---

Check failure on line 1 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: release-please
name: release-please
"on":
push:
branches: [main]
jobs:
release-please:
runs-on: ubuntu-latest
# Commenting out since this is a chef fork version
# steps:
# - uses: googleapis/release-please-action@v4
# id: release
# with:
# token: ${{ secrets.PORTER_GITHUB_TOKEN }}
#
# - name: Checkout
# uses: actions/checkout@v6
# if: ${{ steps.release.outputs.release_created }}
#
# - name: Build and publish to GitHub Package
# uses: actionshub/publish-gem-to-github@main
# if: ${{ steps.release.outputs.release_created }}
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# owner: ${{ secrets.OWNER }}
#
# - name: Build and publish to RubyGems
# uses: actionshub/publish-gem-to-rubygems@main
# if: ${{ steps.release.outputs.release_created }}
# with:
# token: ${{ secrets.RUBYGEMS_API_KEY }}