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