Skip to content

Rename .github/workflows/.github/workflows/checkout-with-at-private.y… #1

Rename .github/workflows/.github/workflows/checkout-with-at-private.y…

Rename .github/workflows/.github/workflows/checkout-with-at-private.y… #1

name: checkout repository with at
on:
push:
jobs:
checkout:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: check-spelling-sandbox/checkout-repository-with-at@main
ssh-key: ${{ secrets.REPO_KEY }}