Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To use OIDC with JFrog, establish a trust relationship between {% data variables

## Updating your {% data variables.product.prodname_actions %} workflow

Once your trusted is established on your JFrog Platform, you can update your {% data variables.product.prodname_actions %} workflow to work on the JFrog platform.
Once you establish a trust relationship between {% data variables.product.prodname_actions %} and the JFrog platform, you can update your {% data variables.product.prodname_actions %} workflow file.

In your {% data variables.product.prodname_actions %} workflow file, ensure you are using the provider name and audience you configured in the JFrog Platform.

Expand All @@ -69,7 +69,7 @@ The following example uses the placeholder `YOUR_PROVIDER_NAME`.
echo ACCESS_TOKEN=$ACCESS_TOKEN >> $GITHUB_OUTPUT
```

The following example uses the placeholder `YOUR_AUDIENCE` with cURL.
The following example shows part of a {% data variables.product.prodname_actions %} workflow file using cURL.

```yaml
- name: Get ID Token (cURL method)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ versions:
ghes: '*'
---

{% note %}
{% ifversion tag-protection-rules-deprecation %}

**Note:** Tag protection rules are currently in beta and subject to change.
>[!NOTE] Tag protection rules will be deprecated on August 30, 2024 in favor of rulesets. Any tag protection rules still in use after the deprecation date will be auto-migrated, but you can also migrate them manually before the deprecation date. You can read more about this deprecation on the [{% data variables.product.prodname_blog %}](https://github.blog/changelog/2024-05-29-sunset-notice-tag-protections).

{% endnote %}
{% endif %}

## About tag protection rules

Expand Down
6 changes: 6 additions & 0 deletions data/features/tag-protection-rules-deprecation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Reference: Issue #12436 - Tag protection rules deprecation

versions:
fpt: '*'
ghec: '*'
ghes: '>=3.16'