We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3425bf9 commit 2ee230fCopy full SHA for 2ee230f
.github/workflows/rebuild.yml
@@ -68,8 +68,6 @@ jobs:
68
id: push
69
env:
70
BRANCH: ${{ github.event.pull_request.head.ref || github.event.ref }}
71
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
- PR_NUMBER: ${{ github.event.pull_request.number }}
73
run: |
74
if [ ! -z "$(git status --porcelain)" ]; then
75
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
0 commit comments