Skip to content

Commit

Permalink
Align UID with GitHub Actions user
Browse files Browse the repository at this point in the history
As mentioned in renovatebot#646, we're receiving permissions issues due to the use
of the wrong UID for our user binding.

Closes renovatebot#646.
  • Loading branch information
Jamie Tanna committed Nov 2, 2022
1 parent 8396b8c commit d29f0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renovate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Renovate {
}

async runDockerContainer(): Promise<void> {
const renovateDockerUser = '1000';
const renovateDockerUser = '1001';

const dockerArguments = this.input
.toEnvironmentVariables()
Expand Down

0 comments on commit d29f0c9

Please sign in to comment.