Skip to content

Commit

Permalink
fix oidc role exclusion (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Ellison authored Aug 3, 2023
1 parent 6482747 commit 2a5f6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/nuke_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ OIDCProvider:
exclude:
names_regex:
# We have an active OIDC Provider used by github actions
- ".*token.actions.githubusercontent.com.*"
- "^token.actions.githubusercontent.com$"

EKSCluster:
exclude:
Expand Down

0 comments on commit 2a5f6b8

Please sign in to comment.