Skip to content

Commit 9ded7d9

Browse files
authored
Comment out SERVICE_TOKEN in tag_and_publish.yml
Comment out the token line in the GitHub Actions workflow.
1 parent 8401464 commit 9ded7d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tag_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
ref: ${{ env.DEFAULT_BRANCH }}
1717
fetch-depth: 0
18-
token: ${{ secrets.SERVICE_TOKEN }}
18+
#token: ${{ secrets.SERVICE_TOKEN }}
1919
- name: Set up Python 3.10
2020
uses: actions/setup-python@v5
2121
with:

0 commit comments

Comments
 (0)