diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 00:25:52 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 00:25:52 +0100 |
commit | 1db79796f35552c2bb7f7ea993a824829d97e145 (patch) | |
tree | a1a919d18fbb2b69d8c3d3750a4c9db9ac096fa1 /.github/workflows | |
parent | workflows/ci: disable scheduled runs (diff) | |
download | jekyll-docker-1db79796f35552c2bb7f7ea993a824829d97e145.tar.gz jekyll-docker-1db79796f35552c2bb7f7ea993a824829d97e145.zip |
workflows/ci: use a GitHub API token
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |