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 a82744a commit 27ae586
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/publish-community-operators-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
ACTIONS_RUNNER_DEBUG: true
steps:
- name: setup env
env:
REDHAT_TOKEN: ${{ secrets.REDHAT_TOKEN }}
shell: bash
run: |
echo "VERSION=${GH_REF_NAME:1:5}" >> $GITHUB_ENV
echo "COMMUNITY_BRANCH_NAME=$BRANCH_NAME_BASE-$GH_REF_NAME" >> $GITHUB_ENV
Expand Down Expand Up @@ -77,12 +74,14 @@ jobs:
path: tmp/

- name: update bundle
env:
REDHAT_TOKEN: ${{ secrets.REDHAT_TOKEN }}
run: |
echo $PWD
ls -la $PWD
echo $PWD/tmp
ls -la $PWD/tmp
if [[ "${{ !inputs.community_repo }}" ]]; then
echo $PWD
ls -la $PWD
echo $PWD/tmp
ls -la $PWD/tmp
echo "$REDHAT_TOKEN" > ${{ github.workspace }}/.redhat/auths.json
echo $PWD
ls -la $PWD
Expand Down

0 comments on commit 27ae586

Please sign in to comment.