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 9656aef commit f0c1536
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-community-operators-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
echo "BUNDLE_PATH=bundle-redhat" >> $GITHUB_ENV
fi
echo "${{ secrets.REDHAT_TOKEN }} >> ~/.redhat/auths.json"
sudo apt-get -y update
sudo apt-get -y install skopeo
# sudo apt-get -y update
# sudo apt-get -y install skopeo
fi

- name: validate env
Expand All @@ -56,7 +56,7 @@ jobs:
- name: sync fork
env:
GITHUB_TOKEN: ${{secrets.GH_ROBOT_TOKEN}}
GH_TOKEN: ${{secrets.GH_ROBOT_TOKEN}}
run: |
echo $PWD
git checkout -b $COMMUNITY_BRANCH_NAME
Expand Down

0 comments on commit f0c1536

Please sign in to comment.