From 508bb0a4a2f440aa9f6b0156e498f4afff375d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Bokvad=20Engar=C3=A5s?= Date: Mon, 11 Sep 2023 08:43:54 +0200 Subject: [PATCH] test with little permission --- .github/workflows/pipeline.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 4f8607ae..4f2ae024 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -1,19 +1,19 @@ name: Build run-name: ${{ github.actor }} is testing out github actions permissions: - actions: read - checks: read - contents: read - deployments: read + # actions: read + # checks: read + # contents: read + # deployments: read id-token: write - issues: read - discussions: read - packages: read - pages: read - pull-requests: read - repository-projects: read - security-events: read - statuses: read + # issues: read + # discussions: read + # packages: read + # pages: read + # pull-requests: read + # repository-projects: read + # security-events: read + # statuses: read on: [push] jobs: