Skip to content

Commit 81c992b

Browse files
authored
Merge pull request #175 from galasa-dev/iss2085-support-forks
Change secret names to non Galasa specific so relevant for forks
2 parents a89db6f + 0672ff0 commit 81c992b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
uses: docker/login-action@v3
7878
with:
7979
registry: ${{ env.REGISTRY }}
80-
username: galasa-team
81-
password: ${{ secrets.GALASA_TEAM_WRITE_PACKAGES_TOKEN }}
80+
username: ${{ secrets.WRITE_GITHUB_PACKAGES_USERNAME }}
81+
password: ${{ secrets.WRITE_GITHUB_PACKAGES_TOKEN }}
8282

8383
- name: Extract metadata for Simplatform maven artefacts image
8484
id: metadata-simplatform

0 commit comments

Comments
 (0)