Skip to content

Commit

Permalink
use github.token
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored and nirvedhmeshram committed Jan 10, 2025
1 parent 8d0aac6 commit cb70884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_e2eshark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: linux_x86_64_release_packages
github-token: ${{ secrets.IREE_ARTIFACTS }} # token with actions:read permissions on target repo
github-token: ${{ github.token }} # token with actions:read permissions on target repo
repository: iree-org/iree
path: test-suite
run-id: ${{ github.event.inputs.iree-run-id }}
Expand Down

0 comments on commit cb70884

Please sign in to comment.