Skip to content

Commit

Permalink
token change
Browse files Browse the repository at this point in the history
  • Loading branch information
cortisiko committed Oct 18, 2024
1 parent be6b5cf commit 4114267
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/add-e2e-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
steps:
- name: Check out the repository
uses: actions/checkout@v3

with:
token: ${{ secrets.BUG_REPORT_TOKEN }}
- name: Apply labels to PR
env:
GH_TOKEN: ${{ secrets.BUG_REPORT_TOKEN }}
run: |
gh pr edit ${{ github.event.pull_request.number }} --add-label "Run Smoke E2E"

0 comments on commit 4114267

Please sign in to comment.