-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
- name: Generate app token | ||
uses: tibdex/[email protected] | ||
id: get_installation_token | ||
with: | ||
with: | ||
app_id: ${{ secrets.APP_ID }} | ||
private_key: ${{ secrets.PRIVATE_KEY }} | ||
permissions: >- | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: Component Definitions Create | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
inputs: | ||
import_name: | ||
required: true | ||
description: Name of profile in trestle workspace to be imported into the component definition | ||
|
@@ -17,7 +17,7 @@ on: | |
filter_by_profile: | ||
required: false | ||
description: Filter the component definition control by a separate profile | ||
|
||
|
||
jobs: | ||
create-component: | ||
|
@@ -27,7 +27,7 @@ jobs: | |
- name: Generate app token | ||
uses: tibdex/[email protected] | ||
id: get_installation_token | ||
with: | ||
with: | ||
app_id: ${{ secrets.APP_ID }} | ||
private_key: ${{ secrets.PRIVATE_KEY }} | ||
permissions: >- | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
- name: Generate app token | ||
uses: tibdex/[email protected] | ||
id: get_installation_token | ||
with: | ||
with: | ||
app_id: ${{ secrets.APP_ID }} | ||
private_key: ${{ secrets.PRIVATE_KEY }} | ||
permissions: >- | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: Update upstream content | ||
|
||
on: | ||
on: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
|
@@ -11,7 +11,7 @@ jobs: | |
- name: Generate app token | ||
uses: tibdex/[email protected] | ||
id: get_installation_token | ||
with: | ||
with: | ||
app_id: ${{ secrets.APP_ID }} | ||
private_key: ${{ secrets.PRIVATE_KEY }} | ||
permissions: >- | ||
|
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