feat: ✨ workflow to check for updates and make a PR with the… #63
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release project | |
on: | |
push: | |
branches: | |
- main | |
# Limit token permissions for security | |
permissions: read-all | |
jobs: | |
release-package: | |
# This job outputs env variables `previous_version` and `current_version`. | |
# Only give permissions for this job. | |
permissions: | |
contents: write | |
uses: seedcase-project/.github/.github/workflows/reusable-release-project.yml@main | |
with: | |
app-id: ${{ vars.UPDATE_VERSION_APP_ID }} | |
secrets: | |
update-version-gh-token: ${{ secrets.UPDATE_VERSION_TOKEN }} |