Skip to content

Commit

Permalink
Create checkout-with-at-private.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Mar 15, 2024
1 parent b77f25e commit 5b38588
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/.github/workflows/checkout-with-at-private.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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 }}

0 comments on commit 5b38588

Please sign in to comment.