mirror of
https://github.com/selfxyz/self.git
synced 2026-01-10 15:18:18 -05:00
fix token (#1322)
This commit is contained in:
4
.github/workflows/release-calendar.yml
vendored
4
.github/workflows/release-calendar.yml
vendored
@@ -139,7 +139,7 @@ jobs:
|
||||
- name: Create dev to staging release PR
|
||||
if: ${{ steps.guard_schedule.outputs.continue == 'true' && steps.check_dev_staging.outputs.existing_pr == '' }}
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.SELFXYZ_INTERNAL_REPO_PAT }}
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
PR_DATE: ${{ steps.check_dev_staging.outputs.date }}
|
||||
BRANCH_NAME: ${{ steps.check_dev_staging.outputs.branch_name }}
|
||||
shell: bash
|
||||
@@ -296,7 +296,7 @@ jobs:
|
||||
- name: Create staging to main release PR
|
||||
if: ${{ steps.guard_schedule.outputs.continue == 'true' && steps.production_status.outputs.staging_not_ahead != 'true' && steps.production_status.outputs.existing_pr == '' }}
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.SELFXYZ_INTERNAL_REPO_PAT }}
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
PR_DATE: ${{ steps.production_status.outputs.date }}
|
||||
COMMITS_AHEAD: ${{ steps.production_status.outputs.commits }}
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user