When importing from local network(self hosted studio), devices are unavailabe until some another device with same IP is created #453
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update community pull requests spreadsheet | |
on: [pull_request_target, issue_comment] | |
jobs: | |
call-update-spreadsheet: | |
uses: learningequality/.github/.github/workflows/update-pr-spreadsheet.yml@main | |
secrets: | |
CONTRIBUTIONS_SPREADSHEET_ID: ${{ secrets.CONTRIBUTIONS_SPREADSHEET_ID }} | |
CONTRIBUTIONS_SHEET_NAME: ${{ secrets.CONTRIBUTIONS_SHEET_NAME }} | |
GH_UPLOADER_GCP_SA_CREDENTIALS: ${{ secrets.GH_UPLOADER_GCP_SA_CREDENTIALS }} |