diff --git a/.github/workflows/reusable-create-release.yml b/.github/workflows/reusable-create-release.yml index 9aae947..068d35f 100644 --- a/.github/workflows/reusable-create-release.yml +++ b/.github/workflows/reusable-create-release.yml @@ -7,6 +7,10 @@ on: type: string required: true description: 'Version to be published' + tag_to_publish: + type: string + required: false + description: 'Tag name to be published' permissions: contents: write @@ -51,4 +55,5 @@ jobs: uses: mikepenz/action-gh-release@v0.2.0-a03 #softprops/action-gh-release with: tag_name: v${{ inputs.version_to_publish }} + name: '${{ inputs.tag_to_publish }}@{${{ inputs.version_to_publish }}}' body: ${{ steps.build_changelog.outputs.changelog }} diff --git a/docs/security/readme-reusable-secrets-scanning.md b/docs/security/readme-reusable-secrets-scanning.md index e69de29..73eb142 100644 --- a/docs/security/readme-reusable-secrets-scanning.md +++ b/docs/security/readme-reusable-secrets-scanning.md @@ -0,0 +1,19 @@ +# Workflow Configuration + +## Name + +Reusable secret scanning workflow + +## Triggers + + - Workflow Call + +## Inputs + +- Branch (string): required +- Depth (number): required, default is 2 + +## Secrets + +- SLACK_BOT_TOKEN (required) +- SLACK_CHANNEL_ID_GITHUB_NOTIFICATION (required) diff --git a/docs/utility/readme-reusable-lint-go-workflow.md b/docs/utility/readme-reusable-lint-go-workflow.md index e69de29..43d5b51 100644 --- a/docs/utility/readme-reusable-lint-go-workflow.md +++ b/docs/utility/readme-reusable-lint-go-workflow.md @@ -0,0 +1,17 @@ +# Workflow Configuration + +## Name + +Reusable go linting workflow + +## Triggers + + - Workflow call + +## Inputs + +- Go Version (string): required, version of Go to lint + +## Secrets + + - N/A diff --git a/docs/utility/readme-reusable-timestamp.md b/docs/utility/readme-reusable-timestamp.md index e69de29..65deb29 100644 --- a/docs/utility/readme-reusable-timestamp.md +++ b/docs/utility/readme-reusable-timestamp.md @@ -0,0 +1,17 @@ +# Workflow Configuration + +## Name + +Reusable timestamp workflow + +## Triggers + + - Workflow call + +## Inputs + +- Timezone (string): required, timezone of workflow, default is LA/America + +## Secrets + +- N/A