Update starter workflows to specify permissions

This commit is contained in:
eric sciple
2021-04-21 16:32:53 -05:00
parent ffb4bccd2d
commit 6a69f367db
13 changed files with 40 additions and 0 deletions
+4
View File
@@ -44,6 +44,10 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push'
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v2