Skip to content

Commit

Permalink
remove bad attempts at permissioning
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Feb 5, 2024
1 parent 20ca171 commit e63e6fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
logout: false

- name: Checkout Cycamore
uses: actions/checkout@v4
Expand Down Expand Up @@ -95,8 +94,6 @@ jobs:
pkg_mgr=${{ matrix.pkg_mgr }}
ubuntu_version=${{ matrix.ubuntu_versions }}
cycamore_tag=ci-image-cache@${{ steps.build-cycamore.outputs.digest }}
secrets: |
GIT_AUTH_TOKEN=${{ secrets.GITHUB_TOKEN }}
- name: PR Comment
if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit e63e6fd

Please sign in to comment.