Skip to content

Commit

Permalink
fix: Add GH_TOKEN env var to a step in the LSP deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorklauritzen committed Sep 5, 2024
1 parent 8853ab7 commit 8b60e76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lspDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
- name: "Retrieve version"
id: retrieve_version
working-directory: ./integration/schema-language-server/utils
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: python3 updateVersion.py ${{ github.event.inputs.version }} >> $GITHUB_OUTPUT

- name: Download node dependencies
Expand Down

0 comments on commit 8b60e76

Please sign in to comment.