mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-08-09 06:42:19 -04:00
PR Workflow fixes
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
d824064631
commit
4fad9775ee
2 changed files with 8 additions and 1 deletions
|
@ -44,4 +44,6 @@ jobs:
|
|||
with:
|
||||
repoToken: '${{ secrets.GITHUB_TOKEN }}'
|
||||
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_PRIVSEC_356523 }}'
|
||||
projectId: privsec-356523
|
||||
projectId: privsec-356523
|
||||
channelID: '$(cat ./pr/NR)'
|
||||
expires: 30d
|
5
.github/workflows/pull-request-receiver.yml
vendored
5
.github/workflows/pull-request-receiver.yml
vendored
|
@ -24,6 +24,11 @@ jobs:
|
|||
- name: Build Hugo site
|
||||
run: hugo --minify
|
||||
|
||||
- name: Save PR number
|
||||
run: |
|
||||
mkdir -p ./pr
|
||||
echo ${{ github.event.number }} > ./pr/NR
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue