Skip to content

Commit

Permalink
The docs workflow actually does seem to rely on credentials for push.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Nov 8, 2024
1 parent 419d54b commit c5adc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
persist-credentials: true

- uses: extractions/setup-just@v2
- name: Install Neovim
Expand Down

0 comments on commit c5adc15

Please sign in to comment.