summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/aur.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/aur.yml b/.github/workflows/aur.yml
index 949bb96..1320581 100644
--- a/.github/workflows/aur.yml
+++ b/.github/workflows/aur.yml
@@ -24,7 +24,7 @@ jobs:
PKG_NAME: termpicker
GIT_USER: ChausseBenjamin
run: |-
- docker run \
+ docker run -rm \
-e AUR_PRIVATE_KEY="$AUR_PRIVATE_KEY" \
-e AUR_PUBLIC_KEY="$AUR_PUBLIC_KEY" \
-e PKG_REPO_URI="$PKG_REPO_URI" \