Skip to content

Commit a372370

Browse files
committed
ci: Mount SSH credentials mutably
1 parent aedc271 commit a372370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
docker run --rm \
3535
-e CGO_ENABLED=1 \
3636
-e GITHUB_TOKEN=${{ steps.releaser-token.outputs.token }} \
37-
-v /tmp/homebrew_repo_id_ed25519:/tmp/homebrew_repo_id_ed25519:ro \
37+
-v /tmp/homebrew_repo_id_ed25519:/tmp/homebrew_repo_id_ed25519 \
3838
-v $PWD:/workspace \
3939
-w /workspace \
4040
ghcr.io/goreleaser/goreleaser-cross:v1.25-v2.12.7 \

0 commit comments

Comments
 (0)