We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7025cd9 commit 99b61c2Copy full SHA for 99b61c2
.github/workflows/reusable_fast.yml
@@ -3,9 +3,9 @@ name: FastBuild
3
4
on: workflow_call
5
6
-permissions: read-all
7
- # contents: read
8
- # packages: read
+permissions:
+ contents: read
+ packages: read
9
10
env:
11
BUILD_DIR : "${{github.workspace}}/build"
@@ -49,7 +49,13 @@ jobs:
49
whoami
50
id
51
echo "list of users:"
52
- cut -d: -f1,3 /etc/passwd
+
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/
59
60
- name: Checkout repository
61
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments