Skip to content

Commit 07efa0b

Browse files
authored
Update examples-application-testing-vm.yml
added corrected permissions for caching in workflow
1 parent 5ca87fa commit 07efa0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/examples-application-testing-vm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
jobs:
1515
check-commits:
1616
runs-on: ubuntu-latest
17+
permissions:
18+
packages: write
19+
contents: read
1720
name: Check latest commit
1821
outputs:
1922
recent_gmt_commit: ${{ steps.check_gmt_commits.outputs.should_run }}

0 commit comments

Comments
 (0)