manifest: add passwd when users are created #81
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "Create GitHub release" | |
on: # yamllint disable-line rule:truthy | |
push: | |
tags: | |
- "v*" | |
jobs: | |
release: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Upstream release | |
uses: osbuild/release-action@main | |
with: | |
token: "${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }}" | |
slack_webhook_url: "${{ secrets.SLACK_WEBHOOK_URL }}" |