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 17bb66a commit 1fa25e7Copy full SHA for 1fa25e7
.github/workflows/git-pr-status-checks.yml
@@ -21,5 +21,5 @@ jobs:
21
secrets:
22
HELM_REPO_USERNAME: "${{ secrets.GITHUB_TOKEN }}"
23
HELM_REPO_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
24
- BUILDING_BLOCKS_GIT_REPO_TOKEN: "${{ secrets.ORG_REPO_TOKEN }}"
+ BUILDING_BLOCKS_GIT_REPO_TOKEN: "" #"${{ secrets.ORG_REPO_TOKEN }}"
25
0 commit comments