Skip to content

Commit eface52

Browse files
committed
adding chart releaser flow
1 parent 6175bf5 commit eface52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/oci_releaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
tag: $CHART_VERSION
3434
path: charts/factorio-server-charts # Default charts/{name}
3535
registry: ghcr.io
36-
registry_username: ${{ secrets.REGISTRY_USERNAME }}
37-
registry_password: ${{ secrets.REGISTRY_PASSWORD }}
36+
registry_username: ${{ github.actor }}
37+
registry_password: ${{ secrets.GITHUB_TOKEN }}
3838
update_dependencies: 'true' # Defaults to false

0 commit comments

Comments
 (0)