1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 17:32:41 +02:00

CI: Add GitHub token permissions for workflows (#36325)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
Varun Sharma
2022-12-16 12:50:12 +05:30
committed by GitHub
parent af34b2b56a
commit 471edac3d3
11 changed files with 53 additions and 0 deletions

View File

@@ -11,8 +11,15 @@ env:
FORCE_COLOR: 2
NODE: 18
permissions:
contents: read
jobs:
run:
permissions:
# allow coverallsapp/github-action to create new checks issues and fetch code
checks: write
contents: read
name: JS Tests
runs-on: ubuntu-latest