diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 4039638b1..56ab63a7b 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -1,9 +1,10 @@ name: GitHub Action run-name: Test action on: [push] +permissions: write-all + jobs: test-action: -# permissions: write-all, read_all runs-on: ubuntu-latest steps: - run: echo ${{ github.event_name }}