Skip to content

Commit

Permalink
Use GH_TOKEn secret even in dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Feb 22, 2024
1 parent b4e52bb commit 1278ad3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/bench-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ jobs:
cd enso/tools/performance/engine-benchmarks
python3 website_regen.py \
-v \
--dry-run \
--local-repo engine-benchmark-results
--dry-run \
--local-repo ${{ github.workspace }}/engine-benchmark-results
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload benchmarks
# TODO: Remove the --dry-run arg
run: |
cd enso/tools/performance/engine-benchmarks
python3 website_regen.py \
-v \
--dry-run \
--local-repo ${{ github.workspace }}/engine-benchmark-results
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1278ad3

Please sign in to comment.