Skip to content

Commit f8625c6

Browse files
committed
Remove all authenticated steps
1 parent 850eb64 commit f8625c6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/update-kubernetes-versions.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ jobs:
2424
# environment:
2525
# name: main
2626
steps:
27-
- uses: DataDog/dd-octo-sts-action@acaa02eee7e3bb0839e4272dacb37b8f3b58ba80 # v1.0.3
28-
id: octo-sts
29-
with:
30-
scope: DataDog/datadog-agent
31-
policy: self.update-kubernetes-versions.create-pr
32-
33-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34-
with:
35-
persist-credentials: true
36-
token: ${{ steps.octo-sts.outputs.token }}
27+
# - uses: DataDog/dd-octo-sts-action@acaa02eee7e3bb0839e4272dacb37b8f3b58ba80 # v1.0.3
28+
# id: octo-sts
29+
# with:
30+
# scope: DataDog/datadog-agent
31+
# policy: self.update-kubernetes-versions.create-pr
32+
#
33+
# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34+
# with:
35+
# persist-credentials: true
36+
# token: ${{ steps.octo-sts.outputs.token }}
3737

3838
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
3939
with:

0 commit comments

Comments
 (0)