Skip to content

Commit

Permalink
wip: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
clockworkgr committed Jul 8, 2024
1 parent 0d8e244 commit d8a7857
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/chain-issue-to-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ jobs:
issues: write
pull-requests: write
steps:
- run: echo "$GITHUB_CONTEXT"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
GITHUB_CONTEXT: ${{ toJson(github) }}
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: node index.js
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
GITHUB_CONTEXT: ${{ toJson(github) }}

0 comments on commit d8a7857

Please sign in to comment.