From 2b50dfcf6c9c9f50e2f9c13bd6357f5d90b4d696 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Sat, 14 May 2022 04:44:09 +0600 Subject: [PATCH] Apply explicit permissions for contents --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 117d852..106eb50 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,6 +4,9 @@ on: push: branches: [main] +permissions: + contents: write + jobs: deploy: runs-on: ubuntu-latest