From 1a9a28e19191a0790bc66b55a8f2e39c441b0abd Mon Sep 17 00:00:00 2001 From: lanxu Date: Wed, 1 May 2024 21:54:06 +0300 Subject: [PATCH] Add permissions to the build action --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c836b9e..6857092 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,9 @@ env: jobs: build: runs-on: ubuntu-latest - + permissions: + pages: write + id-token: write steps: - uses: actions/checkout@v4