From a645db59da073fb032e5af9ebcdd3866ab007199 Mon Sep 17 00:00:00 2001 From: ericLemanissier Date: Mon, 31 Jul 2023 13:52:49 +0200 Subject: [PATCH] restrict token permissions (#45) --- .github/workflows/proof-of-conan.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/proof-of-conan.yml b/.github/workflows/proof-of-conan.yml index ef2082f..a9b7c39 100644 --- a/.github/workflows/proof-of-conan.yml +++ b/.github/workflows/proof-of-conan.yml @@ -16,6 +16,9 @@ on: required: true description: 'JSON of all your targets' +permissions: + contents: read + jobs: checkout: runs-on: ubuntu-latest