Skip to content

Commit 8b19f8f

Browse files
farahkhashmanpcaspers
authored andcommitted
remove token for Engine repo
1 parent eaa021a commit 8b19f8f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
submodules: recursive
17-
token: ${{ secrets.ORG_ACTIONS_ACCESS }}
17+
# token: ${{ secrets.ORG_ACTIONS_ACCESS }}
1818
#- name: get QuantLib
1919
# run: |
2020
# git submodule update --init --recursive

.github/workflows/macos_ARM64_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
submodules: recursive
16-
token: ${{ secrets.ORG_ACTIONS_ACCESS }}
16+
# token: ${{ secrets.ORG_ACTIONS_ACCESS }}
1717
#- name: get QuantLib
1818
# run: |
1919
# git submodule update --init --recursive

0 commit comments

Comments
 (0)