Skip to content

Commit

Permalink
Revert "chore: update add item to project to use the unleash bot (#32)"
Browse files Browse the repository at this point in the history
This reverts commit 6518dbf.
  • Loading branch information
thomasheartman committed Jan 9, 2025
1 parent 6518dbf commit f8616f8
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/add-item-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ name: Add new item to project board

on:
workflow_call:
secrets:
UNLEASH_BOT_APP_ID:
description: "The app ID for the Unleash bot"
required: true
UNLEASH_BOT_PRIVATE_KEY:
description: "The private key for the Unleash bot"
required: true
issues:
types:
- opened
Expand All @@ -21,14 +14,7 @@ jobs:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- name: Generate token
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.UNLEASH_BOT_APP_ID }}
private-key: ${{ secrets.UNLEASH_BOT_PRIVATE_KEY }}

- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/Unleash/projects/8
github-token: ${{ steps.generate-token.outputs.token }}
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit f8616f8

Please sign in to comment.