diff --git a/.github/workflows/action-ci.yml b/.github/workflows/action-ci.yml index eb73760..a620ae4 100644 --- a/.github/workflows/action-ci.yml +++ b/.github/workflows/action-ci.yml @@ -71,6 +71,8 @@ jobs: runs-on: ubuntu-latest needs: ci if: ${{ github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} + permissions: + actions: write env: GITHUB_REPOSITORY: ${{ github.repository }} BRANCH: ${{ needs.ci.outputs.branch }}