dev: rename token variables (#2338)

This commit is contained in:
Nikhil
2023-10-02 14:50:30 +05:30
committed by GitHub
parent de33e6775f
commit 6d463ded1c
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
- name: Create Pull Request
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.TOKEN }}
run: |
TARGET_REPO="makeplane/${{ secrets.REPO_NAME }}"
TARGET_BRANCH="${{ secrets.REPO_TARGET_BRANCH }}"