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
This is a quick follow-up to #59. I was mid-review when it merged and
noticed one instance of `skip_token_revoke` in the README that didn't
get changed to `skip-token-revoke`. The PR merged just before I pushed a
commit to fix it.
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,7 @@ The action creates an installation access token using [the `POST /app/installati
162
162
1. The token is scoped to the current repository or `repositories` if set.
163
163
2. The token inherits all the installation's permissions.
164
164
3. The token is set as output `token` which can be used in subsequent steps.
165
-
4. Unless the `skip_token_revoke` input is set to a truthy value, the token is revoked in the `post` step of the action, which means it cannot be passed to another job.
165
+
4. Unless the `skip-token-revoke` input is set to a truthy value, the token is revoked in the `post` step of the action, which means it cannot be passed to another job.
166
166
5. The token is masked, it cannot be logged accidentally.
0 commit comments