Skip to content

Problem with nvm outputs when spawning #99

Problem with nvm outputs when spawning

Problem with nvm outputs when spawning #99

Workflow file for this run

name: Add new issue/PR to project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue or PR to project
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Generate token
id: generate_token
uses: vidavidorra/github-app-token@v1.0.2
with:
appId: ${{ secrets.INTERNAL_GH_APP_ID }}
privateKey: ${{ secrets.INTERNAL_GH_APP_SECRET }}
- name: Add to Project
env:
TOKEN: ${{ steps.generate_token.outputs.token }}
uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458
with:
project-url: https://github.com/orgs/platformatic/projects/5
github-token: ${{ env.TOKEN }}
label_issues:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- run: gh issue edit "$NUMBER" --add-label "$LABELS"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
LABELS: meraki