diff --git a/.github/workflows/test-permissions.yml b/.github/workflows/test-permissions.yml index eb5df006..37557338 100644 --- a/.github/workflows/test-permissions.yml +++ b/.github/workflows/test-permissions.yml @@ -38,7 +38,7 @@ jobs: repository: brett-hodges/homebrew-kitops ref: 'main' path: homebrew-kitops - #token: ${{ secrets.MY_PAT}} + token: ${{ secrets.MY_PAT}} - name: List dirs after checkout homebrew-kitops run: | ls @@ -73,9 +73,9 @@ jobs: git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com" git add --all git commit -m "homebrew: update Homebrew Tap Formula for ${{ github.ref_name }}" - git config --unset-all http.https://github.com/.extraheader - git push --set-upstream https://user:$GITHUB_TOKEN@github.com/$REPO "${PR_BRANCH}" - #git push origin "${PR_BRANCH}" + #git config --unset-all http.https://github.com/.extraheader + #git push --set-upstream https://user:$GITHUB_TOKEN@github.com/$REPO "${PR_BRANCH}" + git push origin "${PR_BRANCH}" gh pr create --fill --base main --head "${PR_BRANCH}" git checkout "${CURRENT_BRANCH}" popd