Skip to content

Commit

Permalink
Merge pull request #155 from Homebrew/sync-shared-config-fix
Browse files Browse the repository at this point in the history
workflows/sync-shared-config: fix PR creation (again)
  • Loading branch information
ZhongRuoyu committed Jul 14, 2024
2 parents 55c8461 + 3a6f9cc commit 36b42d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-shared-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
gh pr create --head sync-shared-config --title "Synchronize shared configuration" --body 'This pull request was created automatically by the [`sync-shared-config`](https://github.com/Homebrew/.github/blob/HEAD/.github/actions/sync/shared-config.rb) workflow.'
fi
env:
GITHUB_TOKEN: ${{ secrets.HOMEBREW_DOTGITHUB_WORKFLOW_TOKEN }}
GH_TOKEN: ${{ secrets.HOMEBREW_DOTGITHUB_WORKFLOW_TOKEN }}
conclusion:
needs: sync
runs-on: ubuntu-latest
Expand Down

0 comments on commit 36b42d1

Please sign in to comment.