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