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
- name: Use Application Token to checkout a repository
102
102
uses: actions/checkout@v4
@@ -173,7 +173,7 @@ The important configuration details for the application are:
173
173
- `Homepage URL`needs to be set to something as long as it is a URL
174
174
- `Expire user authorization tokens`should be checked so as to expire any tokens that are issued
175
175
- `Webhook``Active`checkbox should be unchecked
176
-
- `Repository permissions`, `Organization permissions` and/or `User permissions` allows the access required for the token that will be issued
176
+
- `Repository permissions`, `Organisation permissions` and/or `User permissions` allows the access required for the token that will be issued
177
177
- `Where can this GitHub App be installed?`should be scoped to your desired audience (the current account, or any account)
178
178
179
179
Once the application has been created you will be taken to the `General` settings page for the new application.
@@ -188,11 +188,11 @@ _Note: the private keys can and should be rotated periodically to limit the risk
188
188
189
189
#### Install the GitHub Application
190
190
191
-
Once you have the GitHub Application defined, you will need to install the application on the target organization or repository/
191
+
Once you have the GitHub Application defined, you will need to install the application on the target organisation or repository/
192
192
repositories that you want it to have access to. These will be any repositories that you want to gather information
193
193
from or want the application to modify as per the scopes that were defined when the application was installed.
194
194
195
-
_Note: The GitHub Application will need to be installed on the organization and or repository that you are executing
195
+
_Note: The GitHub Application will need to be installed on the organisation and or repository that you are executing
196
196
the GitHub Actions workflow from, as the implementation requires this to be able to generate the access tokens_.
197
197
198
198
## Contributions
@@ -208,7 +208,7 @@ First set the following environment variables:
208
208
209
209
and either:
210
210
211
-
- `GITHUB_ORGANIZATION`- The GitHub Organisation to get the application installation for, if not specified will use the current repository instead
211
+
- `GITHUB_ORG`- The GitHub Organisation to get the application installation for, if not specified will use the current repository instead
212
212
or
213
213
- `GITHUB_REPOSITORY_OWNER`- The GitHub Repository Owner to get the application installation for, if not specified will use the current repository instead
0 commit comments