ci: add secrets to workflow
This commit is contained in:
parent
6cb44237f3
commit
da49f95c3e
|
@ -4,6 +4,11 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * 0"
|
- 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:
|
jobs:
|
||||||
costumes:
|
costumes:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue