Agent skill

hex-ci-integration

Configure Hex CI/CD integration with GitHub Actions and testing. Use when setting up automated testing, configuring CI pipelines, or integrating Hex tests into your build process. Trigger with phrases like "hex CI", "hex GitHub Actions", "hex automated tests", "CI hex".

Stars 1,803
Forks 241

Install this agent skill to your Project

npx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/main/plugins/saas-packs/hex-pack/skills/hex-ci-integration

SKILL.md

Hex CI Integration

Instructions

GitHub Actions — Trigger Hex on Deploy

yaml
name: Deploy & Refresh Data
on:
  push:
    branches: [main]

jobs:
  refresh-hex:
    runs-on: ubuntu-latest
    steps:
      - name: Trigger Hex project refresh
        env:
          HEX_API_TOKEN: ${{ secrets.HEX_API_TOKEN }}
        run: |
          curl -X POST \
            -H "Authorization: Bearer $HEX_API_TOKEN" \
            -H "Content-Type: application/json" \
            -d '{"inputParams": {"triggered_by": "ci"}, "updateCacheResult": true}' \
            https://app.hex.tech/api/v1/project/${{ vars.HEX_PROJECT_ID }}/run
bash
gh secret set HEX_API_TOKEN --body "hex_token_..."
gh variable set HEX_PROJECT_ID --body "project-id"

Resources

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results