Merge remote-tracking branch 'origin/nightly' into nightly #282
This file contains 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: Deployment Action | |
on: [push] | |
# You may pin to the exact commit or the version. | |
# uses: chrnorm/deployment-action@0a0479c8ab41cd336ddc266342ca0a1c54727a72 | |
jobs: | |
deploy: | |
name: Deployer | |
runs-on: ubuntu-latest | |
steps: | |
- uses: chrnorm/deployment-action@v1.2.0 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} |