Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/submodules/bids-examples-401f4cf
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem authored Jul 26, 2024
2 parents 7a6bb96 + 4b2c078 commit 61341d2
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 61341d2

Please sign in to comment.