update env variable for push-schema workflow (#41732)

This commit is contained in:
Bolaji Olajide 2022-09-19 14:27:44 +02:00 committed by GitHub
parent d838320ab4
commit fdfb0763f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ jobs:
with:
repository: 'sourcegraph/code-intel-extensions'
env:
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
- name: Create PR if applicable
run: |
wget -o schema/schema.graphql https://github.com/sourcegraph/sourcegraph/blob/main/cmd/frontend/graphqlbackend/schema.graphql