From 28faeba48f1535709b445a35a36fc44c8a6898b7 Mon Sep 17 00:00:00 2001 From: Touch Date: Tue, 23 Apr 2024 15:19:52 +0700 Subject: [PATCH] ci: fix permission --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c21e00..b128890 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,9 @@ jobs: build: runs-on: ubuntu-latest + permissions: + contents: write + strategy: matrix: node-version: [18.x]