Update json-master.yml

This commit is contained in:
STAM 2021-01-15 01:18:42 +03:00 committed by GitHub
parent 98160526c1
commit ca20e89c6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,20 @@ jobs:
- name: Commit and push changes
uses: devops-infra/action-commit-push@master
with:
github_token: ${{ secrets.GHT }}
github_token: ${{ secrets.GHT }} # This token is provided by Actions, you do not need to create your own token
commit_message: Atlassian JSON updated
commit_prefix: "[AUTO-COMMIT]"
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GHT }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
Changes in this Release
- Atlassian JSON updated
draft: false
prerelease: false