Skip to content

Commit

Permalink
External Release v2024.02.22
Browse files Browse the repository at this point in the history
Assign permissions to GitHub actions
  • Loading branch information
marjevan authored Feb 25, 2024
1 parent 2b5c29a commit d08a6f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/external_release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#BEGIN_LEGAL
#
#Copyright (c) 2022 Intel Corporation
#Copyright (c) 2024 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -16,6 +16,7 @@
#
#END_LEGAL
name: External release
permissions: write-all
on:
push:
branches:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/sanity_external.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#BEGIN_LEGAL
#
#Copyright (c) 2023 Intel Corporation
#Copyright (c) 2024 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -28,7 +28,7 @@ env:
MIN_PY_VER: "3.8.17"
###########################################################


permissions: read-all
on:
pull_request:
branches:
Expand Down Expand Up @@ -117,6 +117,7 @@ jobs:
# Malware scan
anti_virus_scan:
needs: init
permissions: write-all
runs-on:
- self-hosted
- xed-runners
Expand All @@ -131,6 +132,7 @@ jobs:

protex_scan:
needs: init
permissions: write-all
runs-on:
- self-hosted
- xed-runners
Expand Down Expand Up @@ -189,6 +191,7 @@ jobs:
coverity_report:
needs: [init, coverity_scan]
permissions: write-all
runs-on:
- self-hosted
- xed-runners
Expand Down

0 comments on commit d08a6f6

Please sign in to comment.