From 0b887dfdee4d0d361c37b0bb9f3dbbd8c9470a63 Mon Sep 17 00:00:00 2001 From: Jesper Paulsen Date: Thu, 21 Sep 2023 16:50:54 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20fine=20tuned=20permission?= =?UTF-8?q?=20to=20github=20token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/master.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 0efcfe8..64b31cd 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -13,6 +13,12 @@ env: CI: true jobs: test-build-publish: + permissions: + contents: + - read + - write + metadata: + - read name: Test and build runs-on: ubuntu-latest steps: