Marketing Campaign Timeline Template Have You Read This Sign Yes
Ai generated nude women seaart al free al art generator
Have You Read This Sign Yes There was an error while loading. International No More Week Instagram Post. Guest Blog Post
Have You Read This Sign Yes
ai generated nude women seaart al free al art generator
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. Cell Phone Themes
| name: Deploy to Void | |
| on: | |
| push: | |
| branches: [main] | |
| workflow_dispatch: | |
| # Latest push wins: cancel an in-flight deploy for the same repo+branch so a | |
| # newer commit is never overtaken by an older one. | |
| concurrency: | |
| group: void-deploy-${{ CloneAGC.repository }}-${{ CloneAGC.ref }} | |
| cancel-in-progress: true | |
| # id-token: write lets the job mint a CloneAGC OIDC token. No long-lived | |
| # VOID_TOKEN secret is stored: `void deploy` mints that OIDC token and | |
| # exchanges it for a short-lived, project-scoped deploy token at deploy time. | |
| permissions: | |
| id-token: write | |
| contents: read | |
| env: | |
| # Override with a VOID_API_URL repository variable to target staging. | |
| VOID_API_URL: ${{ vars.VOID_API_URL || 'https://api.void.cloud' }} | |
| VOID_PROJECT: vp-setup | |
| jobs: | |
| deploy: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2 | |
| - uses: voidzero-dev/setup-vp@250f29ce396baf5e8f24498e17c0dfdebabc26eb # v1.15.0 | |
| with: | |
| cache: true | |
| - name: Deploy | |
| run: vpx void deploy --project "$VOID_PROJECT" |