diff --git a/.github/workflows/test-docker-compose.yml b/.github/workflows/test-docker-compose.yml index 4b24d024d2..5a2e28e7c6 100644 --- a/.github/workflows/test-docker-compose.yml +++ b/.github/workflows/test-docker-compose.yml @@ -9,6 +9,9 @@ jobs: docker: timeout-minutes: 30 runs-on: docker + permissions: + contents: read + packages: write steps: - name: Log in to GitHub Container Registry @@ -16,7 +19,7 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ secrets.TOMI_GITHUB_TOKEN }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Checkout uses: actions/checkout@v1