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
{{ reporter }} has notified us that one of your crates.io Trusted Publishing tokens has been exposed publicly. We have revoked this token as a precaution.
2
+
3
+
{%ifcrate_names | length == 1 -%}
4
+
This token was only authorized to publish the "{{ crate_names[0] }}" crate.
5
+
{%- else -%}
6
+
This token was authorized to publish the following crates: "{{ crate_names | join('", "') }}".
7
+
{%- endif%}
8
+
9
+
Please review your account at https://{{ domain }} and your GitHub repository settings to confirm that no unexpected changes have been made to your crates or trusted publishing configurations.
10
+
11
+
Source type: {{ source }}
12
+
13
+
{%ifurl -%}
14
+
URL where the token was found: {{ url }}
15
+
{%- else -%}
16
+
We were not informed of the URL where the token was found.
17
+
{%- endif%}
18
+
19
+
Trusted Publishing tokens are temporary and used for automated publishing from GitHub Actions. If this exposure was unexpected, please review your repository's workflow files and secrets.
0 commit comments