Skip to content

Commit

Permalink
docs: GHPAT_FOR_PUSH_RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
laysakura committed Sep 21, 2022
1 parent 6285c78 commit e086a11
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
rm Cargo.toml.org
cd ..
- name: commit changes
run: |
git add .
Expand All @@ -99,6 +98,11 @@ jobs:
- name: Turn off enforce admin
env:
# We wanted to use PAT of SpringQL-bot account but could not.
# SpringQL organization requires 2FA for each member but
# SpringQL-bot does not have an appropriate way to finish 2FA.
#
# So use a PAT from an account eligible as a release manager.
GITHUB_TOKEN: ${{ secrets.GHPAT_FOR_PUSH_RELEASE }}
REPO: ${{ github.repository }}
BRANCH: ${{ env.TARGET_BRANCH }}
Expand Down

0 comments on commit e086a11

Please sign in to comment.