Skip to content

Commit

Permalink
Merge pull request #3728 from vyos/T6520-update-smoke-test-workflow-p…
Browse files Browse the repository at this point in the history
…ermission

T6520: added PR write permissions for smoke test workflow
  • Loading branch information
c-po authored Jun 26, 2024
2 parents 5dfe56e + 61aee82 commit 67ba5d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/package-smoketest.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: VyOS ISO integration Test

on:
pull_request:
pull_request_target:
branches:
- current
- circinus

permissions:
pull-requests: write
contents: read

jobs:
build:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 67ba5d6

Please sign in to comment.