| name: deploy | |
| on: [push] | |
| jobs: | |
| deploy: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - run: echo "deploying with ghp_ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890" | |
| name: deploy | |
| on: [push] | |
| jobs: | |
| deploy: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - run: echo "deploying with ghp_ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890" | |