Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Jan 5, 2024
1 parent 6452299 commit 43862d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-community-operators-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
GH_REF_NAME: vX.Y.Z # placeholder for testing
BRANCH_NAME_BASE: ${{ github.actor }}/datadog-operator
ACTIONS_RUNNER_DEBUG: true
REDHAT_TOKEN: ${{ secrets.REDHAT_TOKEN }}
steps:
- name: setup env
run: |
Expand All @@ -42,7 +43,7 @@ jobs:
echo "BUNDLE_PATH=bundle-redhat" >> $GITHUB_ENV
fi
cat << EOF > ${{ github.workspace }}/.redhat/auths.json
${{ secrets.REDHAT_TOKEN }}
$REDHAT_TOKEN
EOF
fi
Expand Down

0 comments on commit 43862d9

Please sign in to comment.