diff options
author | Arjun Satarkar <me@arjunsatarkar.net> | 2024-11-03 15:14:28 +0000 |
---|---|---|
committer | Arjun Satarkar <me@arjunsatarkar.net> | 2024-11-03 15:14:28 +0000 |
commit | 23d20640b866095a674870ec9d26162eb5560cae (patch) | |
tree | 49ec4a9640dde7b85d54e0cb39d9bcbcd7f6b406 /.github/workflows | |
parent | 58d32f23eb0ebc988c6e0fd4c6c651c7757021a2 (diff) | |
download | mediasync-23d20640b866095a674870ec9d26162eb5560cae.tar mediasync-23d20640b866095a674870ec9d26162eb5560cae.tar.gz mediasync-23d20640b866095a674870ec9d26162eb5560cae.zip |
Update license
...To specify version 3 only, not version 3+. The original grant is
presumably irrevocable, but this will apply to later changes.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/check.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 04e8f16..e66b828 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -1,4 +1,6 @@ on: [push, pull_request] +permissions: + contents: read jobs: check: runs-on: ubuntu-latest |