Skip to content

Commit

Permalink
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
@@ -8,6 +8,11 @@ on:
- feat/github-actions
- main

permissions:
id-token: write
contents: write
pull-requests: write

concurrency:
group: deploy-prod-stack

4 changes: 4 additions & 0 deletions .github/workflows/demo-test.yml
Original file line number Diff line number Diff line change
@@ -8,6 +8,10 @@ on:
branches:
- feat/github-actions**

permissions:
id-token: write
contents: read

concurrency:
group: deploy-prod-stack

0 comments on commit c63a4b0

Please sign in to comment.