From 359535dee38524e76de5c61cf2f53c58c5676897 Mon Sep 17 00:00:00 2001 From: Bernie Nicasio Date: Wed, 3 Jul 2024 10:49:49 -0400 Subject: [PATCH] ci: (DSO-2101) add token to checkout --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f1058f..d7a5134 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + token: ${{ secrets.DEVOPS_USER_TOKEN }} - name: 💼 Configure Git user run: |