Skip to content

Commit

Permalink
fix: github token (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
d0choa authored Dec 14, 2023
1 parent e92e1e5 commit ebbc83a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.OTG_ETL_RELEASE }}
repository: opentargets/genetics_etl_python
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -139,7 +140,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.OTG_ETL_RELEASE }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit ebbc83a

Please sign in to comment.