Skip to content

Commit

Permalink
Use built-in GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 committed Oct 8, 2024
1 parent dc5b08e commit 905c3e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ jobs:
docker:
timeout-minutes: 30
runs-on: docker
permissions:
contents: read
packages: write

steps:
- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.TOMI_GITHUB_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit 905c3e6

Please sign in to comment.