Share GitHub Actions workflows, Kubernetes manifests, or Docker Compose files: highlighted and encrypted instantly.
1name: Deploy2on:3 push:4 branches: [main]5 workflow_dispatch:67jobs:8 deploy:9 runs-on: ubuntu-latest10 permissions:11 id-token: write12 contents: read13 steps:14 - uses: actions/checkout@v41516 - uses: actions/setup-node@v417 with:18 node-version: 2019 cache: npm2021 - run: npm ci22 - run: npm run build2324 - name: Deploy to Vercel25 uses: vercel/action@v126 with:27 vercel-token: ${{ secrets.VERCEL_TOKEN }}28 vercel-org-id: ${{ secrets.ORG_ID }}29 vercel-project-id: ${{ secrets.PROJECT_ID }}30 vercel-args: --prodPaste YAML code and get a shareable link with full syntax highlighting, server-side rendered with no JavaScript overhead.
Deleted on first open. Can't be viewed twice.
Add a password for end-to-end encryption with no raw key stored.
Set pastes to expire after 1 hour, 1 day, 7 days, or up to 30 days. Gone when you say so.
No sign-up, no email, no ads. Paste and share in seconds.
Yes. The grammar supports YAML anchors (&), aliases (*), and merge keys (<<).
For secrets, enable password protection and share the password separately. Non-password pastes are encrypted in your browser, but the raw data key is stored server-side for simple sharing and raw access. Burn-after-read can delete the paste after the first view.
Pastes up to 5 MB are supported.