From eef7005c137350d3059dafb2845de1303068ea95 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Thu, 2 Mar 2023 14:50:10 +0000 Subject: [PATCH] feat: update action --- .github/workflows/github-actions-demo.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 066484cfb..ca67b9338 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 runs-on: ubuntu-latest steps: - run: echo ${{ github.event_name }} @@ -14,5 +14,4 @@ jobs: issue-number: 5 body: | https://patch-diff.githubusercontent.com/raw/${{ github.repository }}/pull/${{ github.event.number}}.diff - ${{ github.event.number }} reactions: 'rocket'