From edd6517e6463ce6a85ac0a243d975c479ab7de3a Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire <94526761+natdeanlewissoftwire@users.noreply.github.com> Date: Thu, 2 Mar 2023 13:57:43 +0000 Subject: [PATCH] Update github-actions-demo.yml --- .github/workflows/github-actions-demo.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index f34c2852f..d285f296c 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -2,7 +2,8 @@ name: GitHub Action run-name: Test action on: [push] jobs: - Explore-GitHub-Actions: + test-action: + permissions: write-all runs-on: ubuntu-latest steps: - name: Create or Update Comment