repos / neovimcraft

website that makes it easy to find neovim plugins
git clone https://github.com/neurosnap/neovimcraft.git

commit
9a63c19
parent
9379c56
author
Eric Bower
date
2022-04-10 16:52:54 +0000 UTC
add env var
1 files changed,  +3, -0
M .github/workflows/deploy.yml
+3, -0
 1@@ -7,6 +7,9 @@ on:
 2 #  schedule:
 3 #  - cron: "0 */2 * * *"
 4 
 5+env:
 6+  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 7+
 8 jobs:
 9   build:
10     runs-on: ubuntu-latest