Skip to content

Commit 48dac5d

Browse files
committed
Reduce scope
1 parent ef3327e commit 48dac5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cpp_extra.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ concurrency:
7676

7777
permissions:
7878
contents: read
79-
packages: write
8079

8180
jobs:
8281
check-labels:
@@ -174,6 +173,9 @@ jobs:
174173
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra') ||
175174
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra: C++')
176175
timeout-minutes: 240
176+
permissions:
177+
# This is for using GitHub Packages for vcpkg cache
178+
packages: write
177179
strategy:
178180
fail-fast: false
179181
matrix:

0 commit comments

Comments
 (0)