diff --git a/.github/workflows/rotate-bdba-token.yml b/.github/workflows/rotate-bdba-token.yml index 9e44a47..8e0a67f 100644 --- a/.github/workflows/rotate-bdba-token.yml +++ b/.github/workflows/rotate-bdba-token.yml @@ -49,7 +49,7 @@ jobs: - name: Update organization secret run: | # Authenticate with the GitHub CLI using the generated token - gh auth login --with-token <<< ${{ steps.generate-bdba-token.outputs.token }} + gh auth login --with-token <<< ${{ steps.generate-bdba-token.outputs.bdba_token }} # List of specific repositories to update # Secrets do not work out of the box for BDBA action