Update erlang.yml

Setting contents: read at workflow level, and removing from job level
This commit is contained in:
Varun Sharma
2022-01-21 12:23:16 -08:00
committed by GitHub
parent 3c01b8344b
commit eedf8fbcb3
+2 -3
View File
@@ -6,14 +6,13 @@ on:
pull_request:
branches: [ $default-branch ]
permissions: read-all
permissions:
contents: read
jobs:
build:
permissions:
contents: read # for actions/checkout to fetch code
runs-on: ubuntu-latest
container: