Skip to content

Commit

Permalink
ci: use gha user inside container
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-secrist committed Jan 5, 2025
1 parent 004992a commit 88aed32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
name: Build Documents
container:
image: ghcr.io/${{ github.repository_owner }}/latex:${{ needs.build-docker.outputs.tag }}
options: --user 1001
steps:
- run: sudo chown -R $USER:$USER $GITHUB_WORKSPACE
- uses: actions/checkout@v4
Expand Down

0 comments on commit 88aed32

Please sign in to comment.