From e0ec20c10c6fd88ac67059deb31a34939c0def34 Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 10 Aug 2023 08:53:08 -0400 Subject: [PATCH] Update github-script-demo.yaml Adding: permissions: packages: write contents: read Removed this, did not fix anything. Removed my # prefixed comments, retry run. --- .github/workflows/github-script-demo.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/github-script-demo.yaml b/.github/workflows/github-script-demo.yaml index 73db2eb..f37f554 100644 --- a/.github/workflows/github-script-demo.yaml +++ b/.github/workflows/github-script-demo.yaml @@ -2,10 +2,6 @@ name: Testing Github-Script on: workflow_dispatch: - -permissions: - packages: write - contents: read jobs: build: @@ -16,7 +12,6 @@ jobs: id: create-comment with: script: | - #'context' is an object containing info about the workflow run console.log(context); github.rest.issues.create({