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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }}"