Merge pull request #31 from nofusscomputing/development

This commit is contained in:
Jon
2024-08-23 14:04:31 +09:30
committed by GitHub
2 changed files with 8 additions and 1 deletions

View File

@ -23,6 +23,13 @@ jobs:
bump:
name: 'Bump'
permissions:
issues: write
contents: write
actions: read
statuses: read
checks: write
packages: write
uses: nofusscomputing/action_bump/.github/workflows/bump.yaml@development
with:
CZ_PRE_RELEASE: ${{ inputs.CZ_PRE_RELEASE }}

View File

@ -43,7 +43,7 @@ jobs:
ANSIBLE_COLLECTION_MARK_RELEASE_LIVE: true
ANSIBLE_GALAXY_NAMESPACE: "${{ github.repository_owner }}"
ANSIBLE_GALAXY_PACKAGE_NAME: "${{ github.event.repository.name }}"
ANSIBLE_LINTING_MUST_PASS: true
ANSIBLE_LINTING_MUST_PASS: false
secrets:
ANSIBLE_GALAXY_UPLOAD_TOKEN: ${{ secrets.ANSIBLE_GALAXY_UPLOAD_TOKEN }}