allow workflow to read the repo contents

Turns out if you don't tell it it can do something, it won't be able to
do that thing.

Signed-off-by: Xe Iaso <xe@tailscale.com>
This commit is contained in:
Xe Iaso 2023-01-16 17:50:41 +00:00
parent c30730a853
commit f560b81d38

View file

@ -6,6 +6,7 @@ jobs:
tests:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3