Skip to content

Commit 69c7434

Browse files
dhaiducekopenshift-merge-bot[bot]
authored andcommitted
Add policy-cli token for dependency updates
Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com>
1 parent 0145158 commit 69c7434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build/main-branch-sync/rotate-secrets.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ done
9797

9898
# Update GitHub tokens for GitHub Actions
9999
echo "Setting GitHub token on GitHub repos..."
100-
for REPO in stolostron/governance-policy-framework stolostron/gatekeeper-operator; do
100+
for REPO in stolostron/governance-policy-framework stolostron/gatekeeper-operator stolostron/policy-cli; do
101101
gh secret set WORKFLOW_USER -b ${GITHUB_BOT_USER} --repo ${REPO}
102102
gh secret set WORKFLOW_TOKEN -b ${BUILDS_GH_TOKEN} --repo ${REPO}
103103
done

0 commit comments

Comments
 (0)