Skip to content

Commit

Permalink
Update deploy-environment-single.yml with personal token
Browse files Browse the repository at this point in the history
  • Loading branch information
PagelsR committed Mar 2, 2024
1 parent 51ea107 commit cbe9479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-environment-single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,8 @@ jobs:
if: always() # We want this to always run, even if test fail prior to this step running
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.github-accesstoken }}
#personal_token: ${{ secrets.personal-accesstoken }}
#github_token: ${{ secrets.github-accesstoken }}
personal_token: ${{ secrets.personal-accesstoken }}
publish_branch: gh-pages
publish_dir: playwright-report # This is where index.html will be output
keep_files: true # Set this to true to make sure we don't wipe out the other content in GitHub Pages
Expand Down

0 comments on commit cbe9479

Please sign in to comment.