fix: variable name for token (#2336)

This commit is contained in:
Nikhil
2023-10-02 14:31:25 +05:30
committed by GitHub
parent 7eba4a5032
commit c96960955b

View File

@@ -32,7 +32,7 @@ jobs:
- name: Create Pull Request
env:
GH_TOKEN: ${{ secrets.TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
TARGET_REPO="makeplane/${{ secrets.REPO_NAME }}"
TARGET_BRANCH="${{ secrets.REPO_TARGET_BRANCH }}"