diff --git a/.github/workflows/rebuild_phar.yml b/.github/workflows/rebuild_phar.yml index ce51ee4..89ddb8a 100644 --- a/.github/workflows/rebuild_phar.yml +++ b/.github/workflows/rebuild_phar.yml @@ -3,11 +3,6 @@ name: PHP Preprocess and Commit on: push: branches: - - main - - trunk - pull_request: - branches: - - main - trunk jobs: @@ -18,7 +13,7 @@ jobs: - name: Setup SSH Keys uses: webfactory/ssh-agent@v0.5.3 with: - ssh-private-key: ${{ secrets.GH_DEPLOY_KEY }} + ssh-private-key: ${{ secrets.GITHUB_TOKEN }} - name: Checkout repository uses: actions/checkout@v3 diff --git a/preprocess-wxr.phar b/preprocess-wxr.phar new file mode 100644 index 0000000..174ad97 Binary files /dev/null and b/preprocess-wxr.phar differ