Skip to content

Commit

Permalink
Update github-script-demo.yaml
Browse files Browse the repository at this point in the history
Adding:
permissions:
  packages: write
  contents: read

Removed this, did not fix anything.  Removed my # prefixed comments, retry run.
  • Loading branch information
PostalMike authored Aug 10, 2023
1 parent bb9170f commit e0ec20c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/github-script-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Testing Github-Script

on:
workflow_dispatch:

permissions:
packages: write
contents: read

jobs:
build:
Expand All @@ -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({
Expand Down

0 comments on commit e0ec20c

Please sign in to comment.