From b4bf0f8084c67834b1b57f66994f905cb4418c10 Mon Sep 17 00:00:00 2001 From: stvnrlly Date: Tue, 26 Sep 2023 09:37:10 -0400 Subject: [PATCH] only need one with --- .github/workflows/adr-accepted.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/adr-accepted.yml b/.github/workflows/adr-accepted.yml index 4f933e5e6..e57699be7 100644 --- a/.github/workflows/adr-accepted.yml +++ b/.github/workflows/adr-accepted.yml @@ -22,8 +22,7 @@ jobs: uses: actions/checkout@v3 with: ref: main - with: - ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} + ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: get ADR number id: next