Skip to content

Commit 5fd7bd8

Browse files
committed
Use @main
1 parent 19e3a98 commit 5fd7bd8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/authors-and-third-party-notices.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
HADRON_DISTRIBUTION: compass
1717
steps:
1818
- name: Create Github App Token
19-
uses: mongodb-js/devtools-shared/actions/setup-bot-token@ni/github-app-action
19+
uses: mongodb-js/devtools-shared/actions/setup-bot-token@main
2020
id: app-token
2121
with:
2222
app-id: ${{ vars.DEVTOOLS_BOT_APP_ID }}

.github/workflows/bump-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Create Github App Token
14-
uses: mongodb-js/devtools-shared/actions/setup-bot-token@ni/github-app-action
14+
uses: mongodb-js/devtools-shared/actions/setup-bot-token@main
1515
id: app-token
1616
with:
1717
app-id: ${{ vars.DEVTOOLS_BOT_APP_ID }}

.github/workflows/merge-bump-packages-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Create Github App Token
14-
uses: actions/create-github-app-token@v1
14+
uses: mongodb-js/devtools-shared/actions/setup-bot-token@main
1515
id: app-token
1616
with:
1717
app-id: ${{ vars.DEVTOOLS_BOT_APP_ID }}

.github/workflows/update-electron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Create Github App Token
15-
uses: mongodb-js/devtools-shared/actions/setup-bot-token@ni/github-app-action
15+
uses: mongodb-js/devtools-shared/actions/setup-bot-token@main
1616
id: app-token
1717
with:
1818
app-id: ${{ vars.DEVTOOLS_BOT_APP_ID }}

0 commit comments

Comments
 (0)