Skip to content

Commit 3e9b728

Browse files
authored
Typo (#44)
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it #### Which issue(s) this PR fixes <!-- Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. -->
1 parent a45744b commit 3e9b728

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rotate-bdba-token.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ jobs:
4949
- name: Update organization secret
5050
run: |
5151
# Authenticate with the GitHub CLI using the generated token
52-
53-
gh auth login --with-token <<< ${{ steps.generate-github-token.outputs.bdba_token }}
52+
gh auth login --with-token <<< ${{ steps.generate-github-token.outputs.token }}
5453
5554
# List of specific repositories to update
5655
# Secrets do not work out of the box for BDBA action

0 commit comments

Comments
 (0)