From 0f2d9056883bd7aa5d50699421b7f13ff8f0f77c Mon Sep 17 00:00:00 2001 From: Mehdi Date: Fri, 5 May 2023 23:54:09 +0330 Subject: [PATCH] fix error --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 75c09e5..b3ae42a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,8 @@ jobs: release: runs-on: ubuntu-latest timeout-minutes: 5 + permissions: + contents: write steps: - name: Checkout repository uses: actions/checkout@v2