GitHub actions: limit GITHUB_TOKEN permissions (#1933)
This commit is contained in:
@@ -3,6 +3,9 @@ name: CI (SaaS)
|
||||
on:
|
||||
push:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
test_oss:
|
||||
name: Test (OSS)
|
||||
|
||||
Reference in New Issue
Block a user