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