ci: add secrets to workflow

This commit is contained in:
Nemesis 2023-02-19 20:36:50 +01:00 committed by GitHub
parent 6cb44237f3
commit da49f95c3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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: