Skip to content

Commit

Permalink
Update list-project-issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmmr authored Mar 14, 2024
1 parent c2002b5 commit 3266c27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/list-project-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ jobs:
run: gh issue list
env:
GITHUB_TOKEN: ${{ steps.get_workflow_token.outputs.token }}
- name: Create Issues
run: gh issue create -t "From Workflow" -b "Created using GH Actions with GitHub App"
env:
GITHUB_TOKEN: ${{ steps.get_workflow_token.outputs.token }}

0 comments on commit 3266c27

Please sign in to comment.