Skip to content

Commit

Permalink
fix: need to request permission
Browse files Browse the repository at this point in the history
  • Loading branch information
glenngillen committed Jun 13, 2024
1 parent 5e72b17 commit a7804de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/screenshots-in-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,13 @@ jobs:
with:
name: cypress-screenshots
path: cypress/screenshots
retention-days: 7

post-cypress:
needs: cypress-run
runs-on: ubuntu-20.04
permissions:
issues: write

steps:
- name: Checkout repository
Expand Down

0 comments on commit a7804de

Please sign in to comment.