mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Update getDatafromContentful.yml
This commit is contained in:
parent
4b22792bac
commit
11f81d5c1f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/getDatafromContentful.yml
vendored
2
.github/workflows/getDatafromContentful.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
|
||||
- name: Fetch data from contentful graphql
|
||||
env:
|
||||
CONTENTFUL_TOKEN: ${{ secrets.CONTENTFUL_TOKEN }}
|
||||
CONTENTFUL_TOKEN: ${{ secrets.CONTENTFUL_GRAPHQLTOKEN }}
|
||||
LOCALES: "en-US,zh-CN"
|
||||
run: |
|
||||
IFS=',' read -ra LOCALE_ARRAY <<< "$LOCALES"
|
||||
|
|
Loading…
Reference in a new issue