From 25848b626a35a935af1eccbf3cabf0a40cdd1054 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Mon, 18 Dec 2023 01:14:29 +0530 Subject: [PATCH] Update repopush.yml --- .github/workflows/repopush.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/repopush.yml b/.github/workflows/repopush.yml index 188f09b..9cd6ebc 100644 --- a/.github/workflows/repopush.yml +++ b/.github/workflows/repopush.yml @@ -1,6 +1,8 @@ # push contents of this repo to specified repo on github on commit name: push this repo to bundle repo on: [push] +permissions: + contents: write jobs: build: runs-on: ubuntu-latest