Skip to content

Commit

Permalink
chore: use explicit root user in release pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Apr 29, 2024
1 parent 0c66859 commit 78b81c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ jobs:
container:
# See https://github.com/3box/rust-builder
image: public.ecr.aws/r5b3e0r5/3box/rust-builder:latest
options: --user root
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
chown root:root -R .
git config user.email "[email protected]"
git config user.name "Github Automation"
- name: Create release PR
Expand Down

0 comments on commit 78b81c5

Please sign in to comment.