Set webmentions token env var
Some checks failed
Build Eleventy Site / build (push) Failing after 1m41s
Some checks failed
Build Eleventy Site / build (push) Failing after 1m41s
This commit is contained in:
parent
2be143b9f1
commit
0f45c42e7b
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@ name: Build Eleventy Site
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
|
env:
|
||||||
|
WEBMENTIONSIO_TOKEN: ${{ secrets.WEBMENTIONSIO_TOKEN }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue