Skip to content

Commit

Permalink
Update test-permissions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-hodges committed Oct 7, 2024
1 parent dd710d4 commit 0b29e83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-permissions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:[email protected]/$REPO "${PR_BRANCH}"
#git push origin "${PR_BRANCH}"
#git config --unset-all http.https://github.com/.extraheader
#git push --set-upstream https://user:[email protected]/$REPO "${PR_BRANCH}"
git push origin "${PR_BRANCH}"
gh pr create --fill --base main --head "${PR_BRANCH}"
git checkout "${CURRENT_BRANCH}"
popd

0 comments on commit 0b29e83

Please sign in to comment.