Skip to content

Commit 0b3e824

Browse files
committed
Add access token to be added by secrets
1 parent 502b639 commit 0b3e824

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
run: yarn clean
2121
- name: Build Gatsby Site
2222
run: yarn build
23+
env:
24+
CONTENTFUL_ACCESS_TOKEN: ${{ secrets.CONTENTFUL_ACCESS_TOKEN }}
2325
- name: Upload Artifact
2426
uses: actions/upload-artifact@v2.2.3
2527
with:

0 commit comments

Comments
 (0)