Skip to content

Commit eae413a

Browse files
authored
[CI] Bring back status: write permission for benchmark workflow (#304)
1 parent 523f3e5 commit eae413a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ concurrency:
1616
group: ${{ github.workflow }}-${{ github.ref }}
1717
cancel-in-progress: true
1818

19-
# needed to allow julia-actions/cache to delete old caches that it has created
2019
permissions:
20+
# needed to allow julia-actions/cache to delete old caches that it has created
2121
actions: write
2222
contents: read
23+
# Needed to post a custom job status when pushing the results to a branch
24+
statuses: write
2325

2426
jobs:
2527
benchmark:

0 commit comments

Comments
 (0)