Skip to content

Commit

Permalink
Update pr-18.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy authored Nov 21, 2024
1 parent 442c534 commit 66b91a8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/pr-18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ on:
jobs:
run:
runs-on: ubuntu-latest
permissions:
pull-requests: write

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Authenticate GitHub CLI
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: gh auth login --with-token <<< "$GH_TOKEN"
#- name: Authenticate GitHub CLI
# env:
# GH_TOKEN: ${{ secrets.GH_TOKEN }}
# run: gh auth login --with-token <<< "$GH_TOKEN"

- name: Assign reviewer
env:
Expand Down

0 comments on commit 66b91a8

Please sign in to comment.