Skip to content

Commit

Permalink
Use GITHUB_TOKEN to push commits from release workflow (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal authored Aug 8, 2024
1 parent 7d53318 commit adb811a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
bash $GITHUB_WORKSPACE/.github/scripts/update-next-development.sh "$TAG"
shell: bash
env:
GITHUB_PASSWORD: ${{ secrets.PAT }}
GITHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

- name: Update ide-plugin properties
if: steps.deploy.outputs.exit_code == 0
Expand Down

0 comments on commit adb811a

Please sign in to comment.