Skip to content

Commit

Permalink
Revert "token?"
Browse files Browse the repository at this point in the history
This reverts commit b4b0652.
  • Loading branch information
aljcalandra committed Sep 12, 2023
1 parent b4b0652 commit 31745ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5.24.0
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@ jobs:
- name: Send report to commit
uses: joonvena/robotframework-reporter-action@v2.3
with:
gh_access_token: ${{ secrets.github_token }}
gh_access_token: ${{ secrets.GITHUB_TOKEN }}
show_passed_tests: false

0 comments on commit 31745ea

Please sign in to comment.