Skip to content

Commit

Permalink
NEVISACCESSAPP-6267: consolidate gh secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-toth-leeder committed Nov 19, 2024
1 parent 59955ac commit cfab74e
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 cfab74e

Please sign in to comment.