From 8211ec7257bab0c3142850744e26359086ef3a0c Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Thu, 2 Mar 2023 14:50:35 +0000 Subject: [PATCH] feat: update action --- .github/workflows/github-actions-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}