Skip to content

build(deps): bump electron/github-app-auth-action from 2.0.0 to 2.1.0 #129

build(deps): bump electron/github-app-auth-action from 2.0.0 to 2.1.0

build(deps): bump electron/github-app-auth-action from 2.0.0 to 2.1.0 #129

Workflow file for this run

name: Add to Ecosystem WG Project
on:
issues:
types:
- opened
pull_request_target: # zizmor: ignore[dangerous-triggers]
types:
- opened
permissions: {}
jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- name: Generate GitHub App token
uses: electron/github-app-auth-action@5f70a3726af01b612f29aac96d05aa524389c9e9 # v2.1.0
id: generate-token
with:
creds: ${{ secrets.ECOSYSTEM_ISSUE_TRIAGE_GH_APP_CREDS }}
org: electron
- name: Add to Project
uses: dsanders11/project-actions/add-item@5767984408ccc6742f83acc8b8d8ea5e09f329af # v2.0.0
with:
field: Opened
field-value: ${{ github.event.pull_request.created_at || github.event.issue.created_at }}
project-number: 89
token: ${{ steps.generate-token.outputs.token }}