Skip to content

build(deps): bump actions/create-github-app-token from 1.11.1 to 1.11.2 in the github-actions group #2439

build(deps): bump actions/create-github-app-token from 1.11.1 to 1.11.2 in the github-actions group

build(deps): bump actions/create-github-app-token from 1.11.1 to 1.11.2 in the github-actions group #2439

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@136412a57a7081aa63c935a2cc2918f76c34f514 # 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 }}