Skip to content

Commit

Permalink
Update download.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu authored Nov 14, 2024
1 parent 7af9893 commit 627955e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: check-authorization
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.DATA_TOKEN }}
script: |
const commenter = context.payload.comment.user.login;
const org = "neurolibre";
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Comment with Download Message
uses: actions/github-script@v7
with:
github-token: ${{ secrets.BOT_TOKEN }}
github-token: ${{ secrets.DATA_TOKEN }}
script: |
const repoUrl = process.env.repository_url;
const repoOwner = repoUrl.replace('https://github.com/', '');
Expand Down

0 comments on commit 627955e

Please sign in to comment.