You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Customer Satisfaction:** By delivering higher quality software, customer
65
65
satisfaction and trust in the product increase.
66
66
67
-
**Re-Sign and Auto-Resign**
68
-
69
-
-**Update Without Rebuilding:** Re-sign iOS and Android binaries with updated signing identities, manually or automatically, and keep distributing without a new build.
67
+
9.**Re-Sign and Auto-Resign:**
68
+
-**Update Without Rebuilding:** Re-sign iOS and Android binaries with updated signing identities, manually or automatically, and keep distributing without a new build.
70
69
71
70
Overall, using testing distribution in mobile DevOps significantly enhances the
72
71
efficiency, security, and effectiveness of the software development process,
@@ -94,17 +93,17 @@ and assign testing groups to the distribution profiles.
94
93
95
94
To generate a Personal API Token, follow these steps:
96
95
97
-
1.Go to the My Organization screen (the second option at the bottom left).
98
-
2.You'll find the Personal API Token section in the top right corner.
99
-
3. Press the "Generate Token" button to generate your first token.
96
+
1.Open the **My Organization** screen from your profile avatar at the bottom left.
97
+
2.Go to the **Security**section and find the **Personal Access Key** card.
98
+
3. Press **Generate Key**to generate your token.
100
99
101
100

102
101
103
102
## How to use Appcircle Testing Distribution Action
104
103
105
104
To share your builds with testers, you can create distribution profiles and
106
-
assign testing groups to these profiles. Add a step to your pipeline for 'Test
107
-
Local Action' with the appropriate information.
105
+
assign testing groups to these profiles. Add the Appcircle Testing Distribution
106
+
step to your workflow with the appropriate inputs.
108
107
109
108
```yaml
110
109
- name: Publish App to Appcircle
@@ -166,7 +165,7 @@ change.
166
165
### Leveraging Environment Variables
167
166
168
167
Utilize environment variables seamlessly by substituting the parameters with
169
-
`${{ envs.VARIABLE_NAME }}`in your task inputs. The extension automatically
168
+
`${{ envs.VARIABLE_NAME }}`in your workflow inputs. The action automatically
170
169
retrieves values from the specified environment variables within your pipeline.
171
170
172
171
**Ensure that this action is added after build steps have been completed.**
0 commit comments