Skip to content

Commit

Permalink
chore(ci): fix redo-typo-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Sep 16, 2024
1 parent 3ed5879 commit abf9802
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/redo-typo-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up GitHub CLI
uses: actions/setup-gh@v2
with:
token: ${{ secrets.AZTEC_BOT_GITHUB_TOKEN }}
- name: Install GitHub CLI
run: |
sudo apt-get update
sudo apt-get install -y gh
- name: Authenticate with GitHub CLI
run: |
echo "${{ secrets.AZTEC_BOT_GITHUB_TOKEN }}" | gh auth login --with-token
- name: Run repo-typo-pr script
run: ./scripts/repo-typo-pr ${{ github.event.inputs.pr_number }}

0 comments on commit abf9802

Please sign in to comment.