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
With #13, this action is explicitly masking the token so we don't need to mention that we're relying on a specific format of GitHub tokens being masked by the runner.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ The action creates an installation access token using [the `POST /app/installati
81
81
2. The token inherits all the installation's permissions.
82
82
3. The token is set as output `token` which can be used in subsequent steps.
83
83
4. The token is revoked in the `post` step of the action, which means it cannot be passed to another job.
84
-
5. The token is masked, it cannot be logged accidentally. That is not a feature by the action, but by the GitHub Actions runner itself, due to the specific format of GitHub tokens.
84
+
5. The token is masked, it cannot be logged accidentally.
85
85
86
86
> [!NOTE]
87
87
> Installation permissions can differ from the app's permissions they belong to. Installation permissions are set when an app is installed on an account. When the app adds more permissions after the installation, an account administrator will have to approve the new permissions before they are set on the installation.
0 commit comments