Skip to content

Commit

Permalink
test: added token permissions for gh-pages workflow (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
sookburt committed May 24, 2023
1 parent ada7a2f commit d23231f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
- main
jobs:
deploy:
permissions:
contents: read
pages: write
id-token: write
runs-on: ubuntu-latest
steps:
- name: Checkout repo
Expand Down

2 comments on commit d23231f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.❔
Category Percentage Covered / Total
🟒 Statements 92.12% 222/241
🟒 Branches 85.44% 88/103
🟒 Functions 88.71% 55/62
🟒 Lines 91.81% 213/232

Test suite run success

327 tests passing in 15 suites.

Report generated by πŸ§ͺjest coverage report action from d23231f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.❔
Category Percentage Covered / Total
🟒 Statements 92.12% 222/241
🟒 Branches 85.44% 88/103
🟒 Functions 88.71% 55/62
🟒 Lines 91.81% 213/232

Test suite run success

327 tests passing in 15 suites.

Report generated by πŸ§ͺjest coverage report action from d23231f

Please sign in to comment.