Merge pull request #583 from varunsh-coder/token-perms

ci: add GitHub token permissions for workflow
This commit is contained in:
Faisal Salman 2022-09-18 15:53:07 +07:00 committed by GitHub
commit 29b613deee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,9 @@ name: ua-parser-js-run-test
on: [push, pull_request]
permissions:
contents: read
jobs:
run-test:
runs-on: ubuntu-latest