From 12e4c20671094bcd0cd784f92774ac1f5691b705 Mon Sep 17 00:00:00 2001 From: Piotr Macha Date: Sun, 19 May 2024 02:14:38 +0200 Subject: [PATCH] ci: fix token permissions for build workflow --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ada6ef..f0fc667 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,10 +42,9 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: ${{ github.head_ref }} - submodules: recursive - persist-credentials: true + repository: ${{ github.repository }} ssh-key: ${{ secrets.NEKOBOCIK_SSH_KEY }} + submodules: recursive - uses: TheMrMilchmann/setup-msvc-dev@v3 with: arch: x86