- `MODRINTH_TOKEN`
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill non-workflow-yaml --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Non Workflow Yaml?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-non-workflow-yaml)More formats (shields.io, HTML) on the badges page.
# CI Release Fixture
## Required Secrets
- `MODRINTH_TOKEN`
```yaml
# In all workflow jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
cache-read-only: ${{ github.event_name == 'pull_request' }}
```
```yaml
name: Build
on:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo ok
- env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
run: echo release
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!