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