Skip to content

CI

CI #8

Workflow file for this run

---
name: CI
on:
workflow_dispatch: {}
pull_request: {}
jobs:
job:
name: job
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
password: yay
token: ${{ secrets.ORG_WIDE_SECRET }}