mirror of
https://github.com/thomasnordquist/MQTT-Explorer.git
synced 2026-07-27 19:56:50 +00:00
dont use pull_request_target as it opens the repo for pwnage..
This commit is contained in:
@@ -12,8 +12,6 @@ jobs:
|
||||
options: --user root
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: '${{ github.event.pull_request.merge_commit_sha }}' # since event is pull_request_target
|
||||
- name: Install Packages
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Build
|
||||
|
||||
Reference in New Issue
Block a user