We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812be13 commit c399211Copy full SHA for c399211
.github/workflows/create-image.yml
@@ -93,4 +93,4 @@ jobs:
93
image: ${{ needs.dockerise-image.outputs.image_name }}
94
email: ${{ github.event.inputs.email }}
95
secrets:
96
- DEPENDENCY_GRAPH_TOKEN: ${{ secrets.MAIL_PASSWORD }}
+ MAIL_PASSWORD: ${{ secrets.MAIL_PASSWORD }}
.github/workflows/update-image.yml
@@ -102,4 +102,4 @@ jobs:
102
103
104
105
0 commit comments