Skip to content

build(deps): bump the github-actions group across 2 directories with 3 updates #2440

build(deps): bump the github-actions group across 2 directories with 3 updates

build(deps): bump the github-actions group across 2 directories with 3 updates #2440

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@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # 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 }}