We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77e44da + 3ca3ef7 commit 5a004d9Copy full SHA for 5a004d9
3 files changed
.github/workflows/publish-android.yml
@@ -66,7 +66,7 @@ jobs:
66
package: ${{ fromJSON(needs.filter-actions.outputs.packages) }}
67
runs-on: ubuntu-latest
68
permissions:
69
- packages: read
+ packages: write
70
steps:
71
- name: Set working Dir
72
run: |
.github/workflows/publish-ios.yml
@@ -26,7 +26,7 @@ jobs:
26
needs: [ check-dialpad-member ]
27
28
29
30
31
- name: Checkout
32
uses: actions/checkout@v4
.github/workflows/publish-web.yml
@@ -108,7 +108,7 @@ jobs:
108
registry_url: //registry.npmjs.org/
109
110
111
112
113
114
0 commit comments