Skip to content

Commit

Permalink
revert logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed May 29, 2024
1 parent 8a900b7 commit 6157b28
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Check GitHub Token Permissions
run: |
echo ${{ secrets.GITHUB_TOKEN }} | gh auth status --hostname github.com --show-token
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Container Image to GitHub Container Repository
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 6157b28

Please sign in to comment.