Skip to content

build(deps): bump the github-actions group with 12 updates #2429

build(deps): bump the github-actions group with 12 updates

build(deps): bump the github-actions group with 12 updates #2429

Workflow file for this run

name: Add bugs to bugs project
on:
issues:
types:
- opened
pull_request_target:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
if: github.repository == 'erlang/otp'
steps:
- name: Generate token
id: generate_token
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # ratchet:actions/[email protected]
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PEM }}
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # ratchet:actions/[email protected]
with:
project-url: https://github.com/orgs/erlang/projects/13
github-token: ${{ steps.generate_token.outputs.token }}