Skip to content

Commit

Permalink
🔄 synced file(s) with neurobagel/workflows (#332)
Browse files Browse the repository at this point in the history
* 🔄 synced local '.github/workflows/release.yaml' with remote 'template_workflows/auto_release/release.yaml'

* 🔄 synced local '.autorc' with remote 'template_configs/.autorc'

---------

Co-authored-by: surchs <null>
  • Loading branch information
surchs authored Jul 24, 2024
1 parent 068318d commit 4b2c078
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .autorc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
"onlyPublishWithReleaseLabel": true,
"noDefaultLabels": true,
"baseBranch": "main",
"author": "Alyssa Dai <[email protected]>",
"author": "Neurobagel Bot <[email protected]>",
"noVersionPrefix": false,
"changelog": {
"message": "Update CHANGELOG.md [skip ci]"
},
"plugins": [
"git-tag",
"released",
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ vars.NB_CHEF_BOT_ID }}
private-key: ${{ secrets.NB_CHEF_BOT_KEY }}
app-id: ${{ vars.NB_BOT_ID }}
private-key: ${{ secrets.NB_BOT_KEY }}

- name: Checkout
uses: actions/checkout@v4
with:
Expand All @@ -33,5 +33,3 @@ jobs:
run: ~/auto shipit -vv
env:
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
# GH_TOKEN: ${{ secrets.NB_PAT_RELEASE }}
# PROTECTED_BRANCH_REVIEWER_TOKEN: ${{ secrets.NB_PAT_RELEASE_PROTECTED }}

0 comments on commit 4b2c078

Please sign in to comment.