ci: add secrets to workflow
This commit is contained in:
parent
6cb44237f3
commit
da49f95c3e
5
.github/workflows/import.js.yml
vendored
5
.github/workflows/import.js.yml
vendored
@ -4,6 +4,11 @@ on:
|
||||
schedule:
|
||||
- cron: "0 0 * * 0"
|
||||
|
||||
env:
|
||||
STRAPI_BASE_API_URL: ${{ secrets.STRAPI_BASE_API_URL }}
|
||||
STRAPI_GRAPHQL: ${{ secrets.STRAPI_GRAPHQL }}
|
||||
STRAPI_API_TOKEN: ${{ secrets.STRAPI_API_TOKEN }}
|
||||
|
||||
jobs:
|
||||
costumes:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user