8000 chore: workflow permissions · NativeScript/NativeScript@9d0bd56 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d0bd56

Browse files
committed
chore: workflow permissions
1 parent 51c4b10 commit 9d0bd56

File tree

6 files changed

+19
-1
lines changed

6 files changed

+19
-1
lines changed

.github/workflows/apps_automated_android.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: 'apps/automated/android'
2+
permissions:
3+
contents: read
4+
pull-requests: write
25

36
on:
47
push:

.github/workflows/apps_automated_ios.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: 'apps/automated/ios'
2+
permissions:
3+
contents: read
4+
pull-requests: write
25

36
on:
47
push:
@@ -51,7 +54,7 @@ jobs:
5154
- name: Start iOS Simulator
5255
uses: futureware-tech/simulator-action@v4
5356
with:
54-
model: 'iPhone 15'
57+
model: 'iPhone 15 Pro'
5558
os_version: '17.5'
5659

5760
- name: Run tests on iOS Simulator

.github/workflows/npm_release_core.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: '@nativescript/core -> npm'
2+
permissions:
3+
contents: read
4+
pull-requests: write
25

36
on:
47
push:

.github/workflows/npm_release_tns_core.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: 'tns-core-modules -> npm'
2+
permissions:
3+
contents: read
4+
pull-requests: write
25

36
on:
47
push:

.github/workflows/npm_release_types.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# TODO: modify to build android & ios types first and then merge into types
22
name: '@nativescript/types -> npm'
3+
permissions:
4+
contents: read
5+
pull-requests: write
36

47
on:
58
push:

.github/workflows/npm_release_webpack.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: '@nativescript/webpack -> npm'
2+
permissions:
3+
contents: read
4+
pull-requests: write
25

36
on:
47
push:

0 commit comments

Comments
 (0)
0