Skip to content

Commit

Permalink
ci: provide token to use github cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Zangetsu101 committed Oct 14, 2024
1 parent 56e828a commit 4ad774c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/trigger-e2e-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- uses: actions/checkout@v3

- name: Get PR Information (when manually triggered)
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
if: ${{ github.event_name == 'workflow_dispatch' }}
run: |
PR_NUMBER=${{ github.event.inputs.pr_number }}
Expand Down

0 comments on commit 4ad774c

Please sign in to comment.