Use custom access tokens for GitHub API

This commit is contained in:
Yuri Sizov
2022-07-14 13:51:06 +03:00
parent cc23da142a
commit c06d844c10
4 changed files with 20 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ jobs:
- name: Fetch pull request data
run: npm run compose-db
env:
GRAPHQL_TOKEN: ${{ secrets.GRAPHQL_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Archive production artifacts