fix: check collaborator admin grants before checking on org level #315
Workflow file for this run
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 Configuration and Build" | |
on: | |
workflow_dispatch: | |
push: | |
jobs: | |
update: | |
name: "Update Configuration & Build" | |
runs-on: ubuntu-latest | |
permissions: write-all | |
steps: | |
- uses: ubiquity-os/action-deploy-plugin@main | |
with: | |
treatAsEsm: true | |
sourcemap: false | |
env: | |
APP_ID: ${{ secrets.APP_ID }} | |
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }} |