Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

fix(url): exclude package-lock.json from URL checks (#153) #37

fix(url): exclude package-lock.json from URL checks (#153)

fix(url): exclude package-lock.json from URL checks (#153) #37

---
name: release-please
on:
workflow_dispatch:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1.10.0
id: app-token
with:
app-id: ${{ secrets.MY_RENOVATE_GITHUB_APP_ID }}
private-key: ${{ secrets.MY_RENOVATE_GITHUB_PRIVATE_KEY }}
- uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1
with:
release-type: simple
token: ${{ steps.app-token.outputs.token }}