From 78939bf8b65e01f04cd930db621719fced477808 Mon Sep 17 00:00:00 2001 From: jasperdemmers Date: Fri, 26 Apr 2024 22:20:15 +0200 Subject: [PATCH] Added Permissions --- .github/{disabled => workflows}/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename .github/{disabled => workflows}/ci.yaml (97%) diff --git a/.github/disabled/ci.yaml b/.github/workflows/ci.yaml similarity index 97% rename from .github/disabled/ci.yaml rename to .github/workflows/ci.yaml index 2a9eac0..b6a26c1 100644 --- a/.github/disabled/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -name: ci +name: CI Workflow on: push: branches: @@ -17,6 +17,10 @@ env: jobs: build: runs-on: ubuntu-latest + permissions: + contents: read + packages: write + id-token: write strategy: fail-fast: false matrix: