Skip to content

Commit

Permalink
workflows: checkout repo with ssh
Browse files Browse the repository at this point in the history
Checkout the repository with SSH, such that the genfuncs workflow can trigger
GitHub actions.

Signed-off-by: Luca Zeuch <l-zeuch@email.de>
  • Loading branch information
l-zeuch committed Jun 21, 2024
1 parent 42244d2 commit 85ceec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/genfuncs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: master
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Setup Go
uses: actions/setup-go@v5
Expand Down Expand Up @@ -69,7 +70,7 @@ jobs:
body: 'This PR regenerates the syntax definitions.'
branch: 'regenerate-syntax'
base: 'master'
reviewers: 'l-zeuch'
author: $GIT_USER
labels: |
area/syntax
editor/vim-neovim

0 comments on commit 85ceec0

Please sign in to comment.