Skip to content

Commit

Permalink
revert tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
cortisiko committed Oct 18, 2024
1 parent 4114267 commit d87b589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-e2e-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +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.GITHUB_TOKEN }}
run: |
gh pr edit ${{ github.event.pull_request.number }} --add-label "Run Smoke E2E"

0 comments on commit d87b589

Please sign in to comment.