-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use gitops v6.3.2 Add variables to README
- Loading branch information
1 parent
ea39618
commit ba430a8
Showing
2 changed files
with
19 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -57,6 +57,12 @@ on: | |
required: false | ||
type: string | ||
default: "staffbase-actions[bot]@users.noreply.github.com" | ||
upwind-client-id: | ||
required: false | ||
type: string | ||
upwind-organization-id: | ||
required: false | ||
type: string | ||
working-directory: | ||
required: false | ||
type: string | ||
|
@@ -79,6 +85,8 @@ on: | |
required: false | ||
private-key: | ||
required: false | ||
upwind-client-secret: | ||
required: false | ||
|
||
jobs: | ||
gitops: | ||
|
@@ -104,7 +112,8 @@ jobs: | |
owner: ${{inputs.gitops-organization }} | ||
|
||
- name: GitOps (build, push and deploy a new Docker image) | ||
uses: Staffbase/[email protected] | ||
id: gitops | ||
uses: Staffbase/[email protected] | ||
with: | ||
docker-registry: ${{ inputs.docker-registry }} | ||
docker-username: ${{ secrets.docker-username }} | ||
|
@@ -128,4 +137,7 @@ jobs: | |
gitops-dev: ${{ inputs.gitops-dev }} | ||
gitops-stage: ${{ inputs.gitops-stage }} | ||
gitops-prod: ${{ inputs.gitops-prod }} | ||
upwind-client-id: ${{ inputs.upwind-client-id }} | ||
upwind-client-secret: ${{ secrets.upwind-client-secret }} | ||
upwind-organization-id: ${{ inputs.upwind-organization-id }} | ||
working-directory: ${{ inputs.working-directory }} |
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