We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6175bf5 commit eface52Copy full SHA for eface52
.github/workflows/oci_releaser.yaml
@@ -33,6 +33,6 @@ jobs:
33
tag: $CHART_VERSION
34
path: charts/factorio-server-charts # Default charts/{name}
35
registry: ghcr.io
36
- registry_username: ${{ secrets.REGISTRY_USERNAME }}
37
- registry_password: ${{ secrets.REGISTRY_PASSWORD }}
+ registry_username: ${{ github.actor }}
+ registry_password: ${{ secrets.GITHUB_TOKEN }}
38
update_dependencies: 'true' # Defaults to false
0 commit comments