Skip to content

Commit

Permalink
ci: fix token permissions for build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmacha committed May 19, 2024
1 parent 8d90f97 commit 12e4c20
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12e4c20

Please sign in to comment.