Skip to content

Commit caeddef

Browse files
add workflow flag
1 parent d50b490 commit caeddef

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/buildandtest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ env:
1717
permissions:
1818
contents: read
1919
actions: read
20+
workflow: write
2021

2122
jobs:
2223
job_install_deps:

.github/workflows/sample-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
permissions:
1414
contents: read
1515
actions: read
16+
workflow: write
1617

1718
env:
1819
CACHED_DEPENDENCY_PATHS: |

0 commit comments

Comments
 (0)