Skip to content

Commit 210913a

Browse files
committed
Update permissions for workflow
1 parent b671407 commit 210913a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/full-pipeline-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626

2727
permissions:
2828
contents: read
29+
actions: read
2930

3031
concurrency:
3132
group: full-pipeline-${{ github.ref }}-${{ inputs.srcml_ref }}

.github/workflows/regression-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ on:
5757

5858
permissions:
5959
contents: read
60+
actions: read
6061

6162
concurrency:
6263
group: regression-${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)