[GHA] Pin workflow to repository.

This commit is contained in:
s3rj1k 2024-06-25 22:15:53 +02:00
parent 86ea24ec7a
commit 318953d078
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ concurrency:
jobs: jobs:
excludes: excludes:
name: 'Excludes' name: 'Excludes'
if: github.repository == 'signalwire/freeswitch' if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest runs-on: ubuntu-latest
outputs: outputs:
deb: ${{ steps.deb.outputs.excludes }} deb: ${{ steps.deb.outputs.excludes }}
@ -49,7 +49,7 @@ jobs:
deb: deb:
name: 'DEB' name: 'DEB'
if: github.repository == 'signalwire/freeswitch' if: github.event.pull_request.head.repo.full_name == github.repository
permissions: permissions:
id-token: write id-token: write
contents: read contents: read