fix(train): automatically add datestamp at the end of run name #18
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
| on: | |
| push: | |
| branches: | |
| - main | |
| name: release-please | |
| jobs: | |
| release-please: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: googleapis/[email protected] | |
| with: | |
| # We can't use GITHUB_TOKEN here because, github actions can't provocate actions | |
| # see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow | |
| # So this is a personnal access token | |
| token: ${{ secrets.RELEASE_PLEASE_TOKEN }} |