GitHub Models in GitHub Actions

Generated by 🤖 AI
You can now use GITHUB_TOKEN
from GitHub Actions to authenticate requests to GitHub Models!!!
permissions: models: readjobs: genai: steps: run: npx -y genaiscript run ... env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
This simplifies your workflows by integrating AI capabilities directly into your actions, eliminating the need to generate and manage Personal Access Tokens (PATs)!