Browse Source

fix github token

pull/16863/head
selmankoc 3 years ago
parent
commit
66efc5c4ee
  1. 2
      .github/workflows/update-versions.yml

2
.github/workflows/update-versions.yml

@ -28,6 +28,6 @@ jobs:
- name: Update latest-versions.json and create PR
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
run: |
python .github/scripts/update_versions.py

Loading…
Cancel
Save