We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdc43d commit 0bd8115Copy full SHA for 0bd8115
hack/gh-workflow-ci.sh
@@ -3,8 +3,8 @@
3
set -eufo pipefail
4
5
create_pac_github_app_secret() {
6
- local application_id="${1}"
7
- local app_private_key="${2}"
+ local app_private_key="${1}"
+ local application_id="${2}"
8
local webhook_secret="${3}"
9
kubectl delete secret -n pipelines-as-code pipelines-as-code-secret || true
10
kubectl -n pipelines-as-code create secret generic pipelines-as-code-secret \
0 commit comments