dev: rename token variables (#2338)
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user