Skip to content
Merged

Typo #43

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/rotate-bdba-token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate GitHub token
id: generate_token
id: generate-github-token
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.OCMBOT_APP_ID }}
Expand Down Expand Up @@ -49,7 +49,8 @@ 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.bdba_token }}

gh auth login --with-token <<< ${{ steps.generate-github-token.outputs.bdba_token }}

# List of specific repositories to update
# Secrets do not work out of the box for BDBA action
Expand Down