Skip to content

Commit

Permalink
Add policy-cli token for dependency updates
Browse files Browse the repository at this point in the history
Signed-off-by: Dale Haiducek <[email protected]>
  • Loading branch information
dhaiducek committed Nov 25, 2024
1 parent f22e012 commit 70715e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/main-branch-sync/rotate-secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ done

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

0 comments on commit 70715e5

Please sign in to comment.