Skip to content

Commit d5aa3e1

Browse files
authored
Merge pull request #597 from putnam/removetoken
Remove unneccessary access token from update workflow
2 parents 3221b1d + 2101107 commit d5aa3e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/update.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v5
16-
with:
17-
token: ${{ secrets.REPO_TOKEN }}
1816

1917
- name: Run update script
2018
run: ./update.sh

0 commit comments

Comments
 (0)