We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c527b commit ec59ed4Copy full SHA for ec59ed4
.github/workflows/rotate-bdba-token.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Update organization secret
50
run: |
51
# Authenticate with the GitHub CLI and set the secret on org level
52
- gh auth login --with-token <<< ${{ secrets.GH_PAT }}
+ gh auth login --with-token <<< ${{ steps.generate_token.outputs.token }}
53
54
gh secret set BDBA_API_TOKEN \
55
--org open-component-model \
0 commit comments