[GitHub] Add minimum GitHub token permissions for workflows

Signed-off-by: Varun Sharma <varunsh@stepsecurity.io>
pull/1975/head
Varun Sharma 2 years ago
parent bf829727ff
commit a0328112fb

@ -16,6 +16,9 @@ on:
- 'fastlane/**'
- .github/FUNDING.yml
permissions:
contents: read
jobs:
build:

@ -16,6 +16,9 @@ on:
- 'fastlane/**'
- .github/FUNDING.yml
permissions:
contents: read
jobs:
test:
runs-on: macos-latest

Loading…
Cancel
Save