Skip to content

Commit 3cda62d

Browse files
committed
ci(pipeline): update GitHub Action username referencing
- Replaces username secret from `GITHUB_ACTOR` to `github.actor` for better clarity and functionality. - Ensures proper identification of the actor in workflows, improving consistency in CI configurations.
1 parent 82851b4 commit 3cda62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
uses: docker/login-action@v3
179179
with:
180180
registry: ghcr.io
181-
username: ${{ secrets.GITHUB_ACTOR }}
181+
username: ${{ github.actor }}
182182
password: ${{ secrets.ES_GITHUB_PAT }}
183183

184184
- name: docker - build and push

0 commit comments

Comments
 (0)