Skip to content

Commit

Permalink
Merge pull request #37 from nevissecurity/feature/NEVISACCESSAPP-6267-…
Browse files Browse the repository at this point in the history
…consolidate-gh-secrets
  • Loading branch information
daniel-toth-leeder authored Nov 19, 2024
2 parents 59955ac + cfab74e commit d9b3839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
TEMP_KEYCHAIN_NAME: ${{ vars.TEMP_KEYCHAIN_NAME }}
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
FIREBASE_APP_ID: ${{ secrets.FIREBASE_APP_ID }}
HOST_NAME: ${{ secrets.HOST_NAME }}
HOST_NAME: ${{ vars.HOST_NAME }}
SLACK_WEBHOOK_URL: ${{ vars.SLACK_WEBHOOK_URL }}

CURRENT_BUILD_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
Expand Down

0 comments on commit d9b3839

Please sign in to comment.