Skip to content

Commit

Permalink
ci: updated release workflow permissions (#10) (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
trinhthinh388 authored Jan 27, 2024
1 parent 8dc9f04 commit e27a03f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
name: Release

permissions:
actions: write
contents: read

on:
push:
branches:
- release
workflow_run:
workflows: ['test', 'lint']
types:
- completed

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down

0 comments on commit e27a03f

Please sign in to comment.