aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 00:25:52 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 00:25:52 +0100
commit1db79796f35552c2bb7f7ea993a824829d97e145 (patch)
treea1a919d18fbb2b69d8c3d3750a4c9db9ac096fa1
parentworkflows/ci: disable scheduled runs (diff)
downloadjekyll-docker-1db79796f35552c2bb7f7ea993a824829d97e145.tar.gz
jekyll-docker-1db79796f35552c2bb7f7ea993a824829d97e145.zip
workflows/ci: use a GitHub API token
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7a3a301..6d8ea09 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,6 +13,8 @@ jobs:
local_build:
runs-on: ubuntu-latest
name: Local build
+ env:
+ JEKYLL_GITHUB_TOKEN: '${{ secrets.GH_TOKEN }}'
steps:
- name: Checkout
uses: actions/checkout@v3