From bb2bc6502f3eb5aa3132f88ca503b3bb957b95bb Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sat, 15 Oct 2022 00:49:20 -0600 Subject: use token when cloning repository so release script can push [no ci] --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61270d5c..9571cfe5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + token: ${{ secrets[format('GH_TOKEN_{0}', github.actor)] }} - name: Install Ruby uses: ruby/setup-ruby@v1 with: -- cgit v1.2.3