mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
update env variable for push-schema workflow (#41732)
This commit is contained in:
parent
d838320ab4
commit
fdfb0763f2
2
.github/workflows/push-schema.yml
vendored
2
.github/workflows/push-schema.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user