Skip to content

include private key directly #6

include private key directly

include private key directly #6

Workflow file for this run

on:
push:
branches:
- master
env:
CARGO_TERM_COLOR: always
jobs:
rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test
run: cargo test
- name: CI Metrics
run: |
wget https://raw.githubusercontent.com/ci-metrics/script/master/run.py
python3 ./run.py
env:
# Variables to interact with CI Metrics.
PUBLIC_KEY: "6546b543a35b7d5af8c93a7b"
PRIVATE_KEY: "206925525691777734527727329171694843736"
# Variables to upload
HEAD: ${{ github.event.after }}
DATA_FILE: "./metrics"