1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-12-23 13:21:34 -05:00

Workflow variable change

This commit is contained in:
Tommy 2022-07-21 02:09:38 -04:00
parent 4fad9775ee
commit 52bff6c11f
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2
2 changed files with 2 additions and 2 deletions

View File

@ -45,5 +45,5 @@ jobs:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_PRIVSEC_356523 }}'
projectId: privsec-356523
channelID: '$(cat ./pr/NR)'
channelID: '$(cat .PR)'
expires: 30d

View File

@ -27,7 +27,7 @@ jobs:
- name: Save PR number
run: |
mkdir -p ./pr
echo ${{ github.event.number }} > ./pr/NR
echo ${{ github.event.number }} > .PR
- name: Upload artifact
uses: actions/upload-artifact@v2