Skip to content

Commit 9537d9b

Browse files
remove token reference
1 parent f128f0b commit 9537d9b

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/create-prerelease-branch.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ jobs:
3838
- uses: actions/checkout@v4
3939
with:
4040
fetch-depth: 0
41-
# Use a machine account when checking out. This is to workaround the issue were GitHub
42-
# actions, when using the default account, cannot trigger other actions. And we want this
43-
# action to trigger the regular CI pipeline on the created branch.
44-
# This machine account is only for this PAT, pwd was created and thrown away
45-
# If any update needed, create a new account, add access to the repo and generate a new PAT
46-
token: ${{ secrets.MACHINE_ACCOUNT_PAT }}
4741

4842
# Setup bot information for creating pull request
4943
# Here we use the id from the github actions bot: https://api.github.com/users/better-informatics%5Bbot%5D

.github/workflows/create-release-branch.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ jobs:
2525
- uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0
28-
# Use a machine account when checking out. This is to workaround the issue were GitHub
29-
# actions, when using the default account, cannot trigger other actions. And we want this
30-
# action to trigger the regular CI pipeline on the created branch.
31-
# This machine account is only for this PAT, pwd was created and thrown away
32-
# If any update needed, create a new account, add access to the repo and generate a new PAT
33-
token: ${{ secrets.MACHINE_ACCOUNT_PAT }}
3428

3529
# Setup bot information for creating pull request
3630
# Here we use the id from the github actions bot: https://api.github.com/users/better-informatics%5Bbot%5D

0 commit comments

Comments
 (0)