Skip to content

Commit

Permalink
chore(main): release aws-auth 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 13, 2025
1 parent 5e99bc1 commit 6d71835
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"actions/dockerhub-login": "1.0.1",
"actions/send-slack-message": "2.0.1",
"actions/push-to-gar-docker": "0.2.0",
"actions/aws-auth": "1.0.1",
"actions/aws-auth": "1.0.2",
"actions/build-push-to-dockerhub": "0.1.1",
"actions/login-to-gar": "0.2.0",
"actions/login-to-gcs": "0.2.0",
Expand Down
7 changes: 7 additions & 0 deletions actions/aws-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.2](https://github.com/grafana/shared-workflows/compare/aws-auth-v1.0.1...aws-auth-v1.0.2) (2025-02-13)


### 📝 Documentation

* fix wrong aws-auth reference in readme ([#731](https://github.com/grafana/shared-workflows/issues/731)) ([c0ae660](https://github.com/grafana/shared-workflows/commit/c0ae660365599f4f1a8550c941e08d4a6de268e5))

## [1.0.1](https://github.com/grafana/shared-workflows/compare/aws-auth-v1.0.0...aws-auth-v1.0.1) (2025-01-29)


Expand Down
2 changes: 1 addition & 1 deletion actions/aws-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- id: aws-auth
uses: grafana/shared-workflows/actions/[email protected].1
uses: grafana/shared-workflows/actions/[email protected].2
with:
aws-region: "us-west-1"
role-arn: "arn:aws:iam::366620023056:role/github-actions/s3-test-access"
Expand Down

0 comments on commit 6d71835

Please sign in to comment.