Skip to content

Commit 47e4d70

Browse files
committed
chore: remove token
1 parent cc12cff commit 47e4d70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/ctcOpen/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ runs:
2424
using: composite
2525
steps:
2626
- uses: actions/checkout@v4
27-
with:
28-
token: ${{ inputs.SVC_CLI_BOT_GITHUB_TOKEN }}
2927

3028
- uses: actions/setup-node@v4
3129
with:

.github/workflows/devScriptsUpdate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17+
1718
- uses: actions/setup-node@v4
19+
1820
- uses: salesforcecli/github-workflows/.github/actions/versionInfo@main
1921
id: version-info
2022
with:

0 commit comments

Comments
 (0)