Issue-ID: NONRTRIC-1095
Change-Id: Ib839bb733d0389107a43c7e619ac87d2ad0d36bc
Signed-off-by: JohnKeeney <john.keeney@est.tech>
- name: 'Verify pushed tag'
id: 'tag-validate'
# yamllint disable-line rule:line-length
- uses: lfreleng-actions/tag-validate-action@fix-ssh-signature-detection # Testing
+ uses: lfreleng-actions/tag-validate-action@v1.0.1
with:
require_type: 'calver'
- require_signed: 'true'
token: "${{ secrets.GITHUB_TOKEN }}"
-
+ require_signed: gpg,ssh
+ require_github: false
+ debug: true
- name: 'Reject development tags'
if: steps.tag-validate.outputs.development_tag == 'true'
shell: bash