mirror of
https://github.com/makeplane/plane.git
synced 2026-05-12 11:58:41 -05:00
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