Skip to content

Commit

Permalink
Workflows: Add write permission for playground blueprint (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
costdev authored Nov 10, 2024
1 parent 8f696f3 commit e8d984c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playground-blueprint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update Blueprint Blueprint with Repository and Branch
name: Update Playground Blueprint with Repository and Branch

on:
push:
Expand All @@ -11,6 +11,8 @@ on:
jobs:
update-blueprint:
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: Checkout repository
Expand Down

0 comments on commit e8d984c

Please sign in to comment.