Create Fusion App #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create Fusion App | |
on: | |
workflow_dispatch: | |
inputs: | |
appKey: | |
type: string | |
description: Fusion app key (This cant be changed!) | |
displayName: | |
type: string | |
description: Display name for fusion app | |
description: | |
type: string | |
description: App description | |
category: | |
type: choice | |
description: Fusion app category | |
options: | |
- Construction and Commissioning | |
- Corporate Project Review | |
- Portfolio Management | |
- Project control | |
- Organisation | |
- Project management | |
- Experience | |
- Marketing, Midstream and Processing | |
- Offshore Wind (OW) | |
- Fusion utilities | |
- Fusion administration | |
- Safety, Security and Sustainability | |
- Collaboration | |
- Project Development Centre (PDC) | |
- Quality and risk | |
- Engineering | |
- MMP Liquids | |
permissions: write-all | |
jobs: | |
create-fusion-apps: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'Obtain fusion token' | |
shell: bash | |
run: echo ${{github.triggering_actor}} |