Skip to content

Commit

Permalink
update trigger to hourly, change token to ops bot (#1296)
Browse files Browse the repository at this point in the history
* update trigger to hourly, change token to ops bot

* update changelog

* Update CHANGELOG.md

Co-authored-by: Scott Wyman Neagle <[email protected]>
  • Loading branch information
venkatBala and Scott Wyman Neagle authored Sep 29, 2022
1 parent da69b66 commit bcb776c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
changelog-path: CHANGELOG.md
version-path: VERSION
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.COVALENT_OPS_BOT_TOKEN }}
basehead: ${{ steps.get-latest-tag.outputs.tag }}...${{ github.sha }}
- name: Commit
if: ${{ steps.changelog.outputs.message != 'noop' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name: nightly

on:
schedule:
- cron: "0 4 * * *"
- cron: "0 * * * *"

jobs:
license:
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Only the recommended platform is tested on pull requests
- Update check blocks to assert the `workflow_call` event type is replaced with `schedule`
- Create a hotfix when pushing to a release branch
- Update nightly trigger to `hourly` for testing
- Update `changelog` action token to `COVALENT_OPS_BOT_TOKEN`
- Remove `benchmark` workflow from `nightly` schedule
- Removed payload dependency from changelog action so it can run on a schedule
- Remove `benchmark` workflow from `nightly` schedule


## [0.198.0] - 2022-09-14

### Authors
Expand Down

0 comments on commit bcb776c

Please sign in to comment.