We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a89db6f + 0672ff0 commit 81c992bCopy full SHA for 81c992b
.github/workflows/build.yaml
@@ -77,8 +77,8 @@ jobs:
77
uses: docker/login-action@v3
78
with:
79
registry: ${{ env.REGISTRY }}
80
- username: galasa-team
81
- password: ${{ secrets.GALASA_TEAM_WRITE_PACKAGES_TOKEN }}
+ username: ${{ secrets.WRITE_GITHUB_PACKAGES_USERNAME }}
+ password: ${{ secrets.WRITE_GITHUB_PACKAGES_TOKEN }}
82
83
- name: Extract metadata for Simplatform maven artefacts image
84
id: metadata-simplatform
0 commit comments