From 5220533b973926a6e2a23ea9ce38e6c9c2d9e7a8 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 17 Sep 2024 12:45:37 +0200 Subject: [PATCH] fix: github app uses the repository name (#2655) --- .github/workflows/bump-aliases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-aliases.yml b/.github/workflows/bump-aliases.yml index 55ed83c7..62ed1737 100644 --- a/.github/workflows/bump-aliases.yml +++ b/.github/workflows/bump-aliases.yml @@ -28,7 +28,7 @@ jobs: "pull_requests": "write" } repositories: >- - ["${{ github.repository }}"] + ["apm-pipeline-library"] - uses: elastic/oblt-actions/updatecli/run-and-notify@v1 with: