Skip to content

Commit 4ae5ec9

Browse files
authored
Bug: Update perf test permissions (#2980)
Issue: Caused by tenstorrent/tt-forge#496, where there was a workflow permission change. First Issue observed in tt-xla tenstorrent/tt-xla#1572
1 parent 92e8836 commit 4ae5ec9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/on-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ permissions:
2222
packages: write
2323
checks: write
2424
id-token: write
25+
actions: write
2526

2627
jobs:
2728
spdx:

.github/workflows/perf-benchmark.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ permissions:
2929
checks: write
3030
contents: write
3131
id-token: write
32+
actions: write
3233

3334
jobs:
3435
docker-build:

0 commit comments

Comments
 (0)