From 377714d2959d71ff60a971227b43ea545aa42c43 Mon Sep 17 00:00:00 2001 From: msclock Date: Thu, 21 Mar 2024 19:34:28 +0800 Subject: [PATCH] ci: test on beta --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cef0380..9781fa3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,6 +114,8 @@ jobs: permissions: contents: write # to be able to publish a GitHub release id-token: write # to enable use of OIDC for npm provenance + issues: write + pull-requests: write # needs: [pass] steps: