From 9946258390f5db982f2cd418b5e8c04a279d6186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Bjerke?= Date: Tue, 19 Sep 2023 14:36:16 +0200 Subject: [PATCH] build: use PAT on checkout (#1658) Co-authored-by: Havard Bjerke --- .github/workflows/semantic_release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index 8d838612c..6c2e3a79f 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -9,7 +9,9 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + with: + token: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }} - name: configure git run: |