Skip to content

Commit d44232b

Browse files
authored
Merge pull request #10 from OpenSlides/4echow-patch-1
Add AUTOMATION_APP_INSTALLATION_ID to workflow
2 parents ab42dd4 + 3fce3c5 commit d44232b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/project-automation.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
secrets:
1212
AUTOMATION_APP_ID:
1313
required: true
14+
AUTOMATION_APP_INSTALLATION_ID:
15+
required: true
1416
AUTOMATION_APP_PRIVATE_KEY:
1517
required: true
1618
jobs:
@@ -21,8 +23,9 @@ jobs:
2123
- uses: leonsteinhaeuser/project-beta-automations@v2.2.1
2224
with:
2325
gh_app_ID: ${{ secrets.AUTOMATION_APP_ID }}
26+
gh_app_installation_ID: ${{ secrets.AUTOMATION_APP_INSTALLATION_ID }}
2427
gh_app_secret_key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}
2528
organization: OpenSlides
2629
project_id: 2
2730
resource_node_id: ${{ inputs.resource_node_id }}
28-
status_value: ${{ inputs.status_value }}
31+
status_value: ${{ inputs.status_value }}

0 commit comments

Comments
 (0)