Skip to content

Commit

Permalink
init function?
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Apr 25, 2024
1 parent 0363b2f commit 38d440a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/post_release_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,18 @@ jobs:

- name: Get Bot secrets
uses: aws-actions/aws-secretsmanager-get-secrets@v1
id: pypi_secrets
id: bot_secrets
with:
secret-ids: |
BOT_TOKEN ,${{ secrets.BOT_TOKEN_SECRET_ARN }}
parse-json-secrets: true

- name: Setup Git
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ steps.bot_secrets.outputs.BOT_TOKEN.Github-RW-PAToken }}

- name: Configure Git
run: |
git config user.name "github-actions"
Expand Down

0 comments on commit 38d440a

Please sign in to comment.