fix: explicitly set GITHUB_TOKEN env var so secret-envs can resolve it #8
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 | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| release: | |
| uses: ./.github/workflows/semantic-release.yml | |
| secrets: | |
| APP_ID: ${{ secrets.RELEASE_APP_ID }} | |
| APP_PRIVATE_KEY: ${{ secrets.RELEASE_APP_SECRET }} |