Skip to content

Commit 99b61c2

Browse files
committed
.
1 parent 7025cd9 commit 99b61c2

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/reusable_fast.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: FastBuild
33

44
on: workflow_call
55

6-
permissions: read-all
7-
# contents: read
8-
# packages: read
6+
permissions:
7+
contents: read
8+
packages: read
99

1010
env:
1111
BUILD_DIR : "${{github.workspace}}/build"
@@ -49,7 +49,13 @@ jobs:
4949
whoami
5050
id
5151
echo "list of users:"
52-
cut -d: -f1,3 /etc/passwd
52+
53+
- name change permissions
54+
run: |
55+
sudo chown -R test_user:test_user ${{github.workspace}}
56+
ls -la ${{github.workspace}}
57+
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
58+
ls -la /__w/_temp/
5359
5460
- name: Checkout repository
5561
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)