Skip to content

Commit

Permalink
chore: Update permissions and concurrency in deploy_deck.yaml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-digregorio committed May 28, 2024
1 parent ffcbb6f commit 8dea615
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_deck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:

jobs:
build-and-deploy:
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 8dea615

Please sign in to comment.