From 098ab1957256af115bd48b8777f4833410e7c0fb Mon Sep 17 00:00:00 2001 From: stkevintan Date: Tue, 9 Jan 2024 21:39:53 +0800 Subject: [PATCH] add more permissions --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 115db03..680943f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,12 @@ name: CI permissions: pull-requests: read + actions: read + statuses: read + contents: read + packages: read + checks: write + on: push: branches: