From 39deca77b1229159544da78a90ef98f6009f08e2 Mon Sep 17 00:00:00 2001 From: BorysShulyak Date: Thu, 25 Jan 2024 17:46:36 +0200 Subject: [PATCH] Update ci.yml to use personal access token for authentication --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e71ae6e..44c8258 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,9 @@ jobs: steps: - uses: actions/checkout@v4 with: + persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token. fetch-depth: 2 + token: ${{ secrets.READ_WRITE_PAT }} - name: Git config user uses: snow-actions/git-config-user@v1.0.0 with: