Skip to content

Commit ebbc83a

Browse files
authored
fix: github token (#348)
1 parent e92e1e5 commit ebbc83a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ jobs:
9494
- uses: actions/checkout@v4
9595
with:
9696
fetch-depth: 0
97-
token: ${{ secrets.OTG_ETL_RELEASE }}
97+
repository: opentargets/genetics_etl_python
98+
token: ${{ secrets.GITHUB_TOKEN }}
9899

99100
- name: Set up Python
100101
uses: actions/setup-python@v5
@@ -139,7 +140,7 @@ jobs:
139140
- uses: actions/checkout@v4
140141
with:
141142
fetch-depth: 0
142-
token: ${{ secrets.OTG_ETL_RELEASE }}
143+
token: ${{ secrets.GITHUB_TOKEN }}
143144
- name: Set up Python
144145
uses: actions/setup-python@v4
145146
with:

0 commit comments

Comments
 (0)