Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willdavsmith committed Oct 16, 2023
1 parent 3ed7453 commit 0a77495
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/publish-recipes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BICEP_EXECUTABLE="$BICEP_PATH/rad-bicep"
# Print usage information
function print_usage() {
echo "Usage: $0 <BICEP_PATH> <GHCR_ORG> <RECIPE_VERSION>"
echo " Publishes all recipes in the repository to the Azure Container Registry. Requires you to be logged into GitHub"
echo " Publishes all recipes in the repository to the GitHub Container Registry. Requires you to be logged into GitHub"
echo " BICEP_PATH: Path to the bicep executable. For example, ~/.rad/bin"
echo " GHCR_ORG: Organization name of the GitHub Container Registry. For example, radius-project"
echo " RECIPE_VERSION: Version of the recipe to publish. For example, 1.0"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-recipes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ concurrency:
group: publish-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true

env:
GITHUB_TOKEN: ${{ secrets.GH_RAD_CI_BOT_PAT }}

jobs:
publish-dev:
name: Publish Recipes to Dev GHCR
Expand Down

0 comments on commit 0a77495

Please sign in to comment.