Skip to content

fix: show hero text on mobile by overriding scroll-driven opacity #14

fix: show hero text on mobile by overriding scroll-driven opacity

fix: show hero text on mobile by overriding scroll-driven opacity #14

Workflow file for this run

# Calls reusable workflow from spx-gh-actions
#
# Required setup:
# 1. Add CLAUDE_CODE_OAUTH_TOKEN to repository secrets
# 2. Adjust authorized_roles if needed
name: Claude Code
on:
issue_comment:
types: [created, edited]
pull_request_review_comment:
types: [created, edited]
issues:
types: [opened, assigned]
pull_request_review:
types: [submitted]
permissions:
contents: read
issues: read
pull-requests: read
id-token: write
jobs:
claude:

Check failure on line 26 in .github/workflows/claude.yml

View workflow run for this annotation

GitHub Actions / Claude Code

Invalid workflow file

The workflow is not valid. .github/workflows/claude.yml (Line: 26, Col: 3): Error calling workflow 'simonheimlicher/spx-gh-actions/.github/workflows/claude.yml@main'. The nested job 'claude' is requesting 'actions: read', but is only allowed 'actions: none'.
permissions:
contents: read
issues: read
pull-requests: read
id-token: write
uses: simonheimlicher/spx-gh-actions/.github/workflows/claude.yml@main
secrets:
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
# Uncomment and modify to customize:
# with:
# authorized_roles: '["OWNER", "MEMBER"]'
# mention_trigger: '@bot'
# concurrency_cancel: false
# allowed_tools: '--allowed-tools "Read,Grep,Glob,Bash(gh pr:*)"'