Skip to content
Open
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 @@ -141,6 +141,7 @@ The `aws-actions/configure-aws-credentials` action receives a JWT from the {% da
# Sample workflow to access AWS resources when workflow is tied to branch
# The workflow creates a static website using Amazon S3
{% data reusables.actions.actions-not-certified-by-github-comment %}
{% data reusables.actions.actions-use-sha-pinning-comment %}
name: AWS example workflow
on:
push
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ The following example exchanges an OIDC ID token with Azure to receive an access

```yaml copy
{% data reusables.actions.actions-not-certified-by-github-comment %}
{% data reusables.actions.actions-use-sha-pinning-comment %}
name: Run Azure Login with OIDC
on: [push]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ This action exchanges a {% data variables.product.prodname_dotcom %} OIDC token

```yaml copy
{% data reusables.actions.actions-not-certified-by-github-comment %}
{% data reusables.actions.actions-use-sha-pinning-comment %}
name: List services in GCP
on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ This example demonstrates how to create a job that requests a secret from HashiC

```yaml copy
{% data reusables.actions.actions-not-certified-by-github-comment %}
{% data reusables.actions.actions-use-sha-pinning-comment %}
jobs:
retrieve-secret:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -163,6 +164,7 @@ By default, the Vault server will automatically revoke access tokens when their

```yaml copy
{% data reusables.actions.actions-not-certified-by-github-comment %}
{% data reusables.actions.actions-use-sha-pinning-comment %}
jobs:
retrieve-secret:
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ The following example uses the `pypa/gh-action-pypi-publish` action to exchange

```yaml copy
{% data reusables.actions.actions-not-certified-by-github-comment %}
{% data reusables.actions.actions-use-sha-pinning-comment %}
jobs:
release-build:
runs-on: ubuntu-latest
Expand Down
Loading