Skip to content

Commit

Permalink
test: another user attempt, from actions/checkout#211
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgallup committed Jul 25, 2024
1 parent bf5f758 commit 454b0f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@ jobs:
shell: bash
runs-on: ubuntu-latest
container:
image: aselabsvu/dev-root
image: aselabsvu/dev
volumes:
- ${{ github.workspace }}:/app
env:
PATH: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin:/usr/go/bin:/root/go/bin
GOFLAGS: -buildvcs=false

steps:
- run: sudo chown -R $USER:$USER $GITHUB_WORKSPACE

- uses: actions/checkout@v3
with:
token: ${{ secrets.gh_pat }}
Expand Down

0 comments on commit 454b0f4

Please sign in to comment.