Skip to content

Commit

Permalink
ci: auto-patch-release from public repo (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnoC authored Jun 28, 2023
1 parent 6559234 commit ca07660
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/auto-patch-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ on:
- cron: '59 23 * * 5'
jobs:
create_patch_release:
uses: dequelabs/axe-api-team/.github/workflows/auto-patch-release.yml
secrets: inherit
with:
release-command: bash .github/scripts/prepare_release.sh
release-branch: master
default-branch: develop
name: Create release
runs-on: ubuntu-latest
steps:
- name: Create release
uses: dequelabs/axe-api-team-public/.github/actions/auto-patch-release-v1@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
project_token: ${{ secrets.GH_PROJECT_TOKEN }}
slack_webhook: ${{ secrets.SLACK_WEBHOOK }}
odd_release: 'true'
release-command: bash .github/scripts/prepare_release.sh
release-branch: master
default-branch: develop

0 comments on commit ca07660

Please sign in to comment.