Skip to content

Commit ec59ed4

Browse files
authored
Test-exclude (#37)
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it exchange PAT with generated token
1 parent 03c527b commit ec59ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Update organization secret
5050
run: |
5151
# Authenticate with the GitHub CLI and set the secret on org level
52-
gh auth login --with-token <<< ${{ secrets.GH_PAT }}
52+
gh auth login --with-token <<< ${{ steps.generate_token.outputs.token }}
5353
5454
gh secret set BDBA_API_TOKEN \
5555
--org open-component-model \

0 commit comments

Comments
 (0)