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 6, 2024
1 parent e7732d6 commit f159d10
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-permissions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
repository: brett-hodges/homebrew-kitops
ref: 'main'
path: homebrew-kitops
token: ${{ secrets.GITHUB_TOKEN }}
#token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.MY_PAT}}
- name: List dirs after checkout homebrew-kitops
run: |
ls
Expand All @@ -52,7 +53,8 @@ jobs:
popd
- name: Commit Homebrew Formula to Tap
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.MY_PAT }}
TAG_NAME: ${{ inputs.release_tag}}
##### CHANGE REPO TO jozu-ai/homebrew-kitops
REPO: "brett-hodges/homebrew-kitops"
Expand Down

0 comments on commit f159d10

Please sign in to comment.