diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index edce999..6d93a69 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -1,4 +1,4 @@ -name: CI-CD +name: CI-CD # This code is a basic example of a CI/CD pipeline that uses Pixi and Semantic Release to automate the release process. @@ -39,21 +39,22 @@ jobs: contents: write packages: write actions: read + steps: - # - uses: actions/create-github-app-token@v1 - # id: app-token - # with: - # app-id: ${{ vars.SEMVER_APPID }} - # private-key: ${{ secrets.SEMVER_SECRET }} + - uses: actions/create-github-app-token@v1 + id: app-token + with: + app-id: ${{ vars.SEMVERPOLICE_ID }} + private-key: ${{ secrets.SEMVER_APP_KEY }} - uses: actions/checkout@v4 with: fetch-depth: 0 - # token: ${{ steps.app-token.outputs.token }} + token: ${{ steps.app-token.outputs.token }} - name: Python Semantic Release uses: python-semantic-release/python-semantic-release@master with: root_options: -vv github_token: ${{ secrets.GITHUB_TOKEN }} - git_committer_name: 'gh-actions-semver' \ No newline at end of file + git_committer_name: 'gh-actions-semver' diff --git a/CHANGELOG.md b/CHANGELOG.md index 89109e8..692c1e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## v0.1.3-rc.2 (2024-04-05) + +### Ci + +* ci: update main.yaml Fix GitHub app token configuration in main.yaml ([`0de2f74`](https://github.com/bhklab/ORCESTRA-api/commit/0de2f7403d933e5e98b06241fd8de53be89b2fe3)) + +### Unknown + +* Merge pull request #2 from bhklab/main + +Merge pull request #1 from bhklab/staging ([`4ada7a1`](https://github.com/bhklab/ORCESTRA-api/commit/4ada7a12c9227a0bade3ddb35b12cc6b0e7cdefe)) + +* Merge pull request #1 from bhklab/staging + +ci: add merge as semver tag ([`0dbba42`](https://github.com/bhklab/ORCESTRA-api/commit/0dbba42ce992270d9a170ebb6885c8d8b9dcdc42)) + + ## v0.1.3-rc.1 (2024-04-05) ### Ci diff --git a/pyproject.toml b/pyproject.toml index 2d99133..0264dd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "snakemake-orcestrator-api" -version = "0.1.3-rc.1" +version = "0.1.3-rc.2" ################################################################################ # PIXI Configuration