Skip to content

Commit

Permalink
Accept users without GitHub App enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusZitelli committed Nov 29, 2023
1 parent e913b25 commit 6f66c84
Show file tree
Hide file tree
Showing 3 changed files with 38,881 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
pull-requests: read
steps:
- name: Create QA Wolf environment
uses: qawolf/[email protected].5-beta
uses: qawolf/[email protected].6-beta
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
pull-requests: read
steps:
- name: Test preview environment
uses: qawolf/[email protected].5-beta
uses: qawolf/[email protected].6-beta
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
pull-requests: read
steps:
- name: Delete PR testing environment
uses: qawolf/[email protected].5-beta
uses: qawolf/[email protected].6-beta
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down
Loading

0 comments on commit 6f66c84

Please sign in to comment.