Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test pr 5 #6

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion .github/workflows/ultimate-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
if: github.event_name == 'issues' && github.event.action == 'opened'
uses: actions/github-script@v6
with:
github-token: ${{secrets.GITHUB_TOKEN}}
github-token: ${{secrets.PAT_TOKEN}}
script: |
const issue = context.payload.issue;
const labels = issue.labels.map(label => label.name);
Expand Down
4 changes: 2 additions & 2 deletions dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import plotly.express as px
import plotly.graph_objects as go
from datetime import datetime, timedelta

# aedvjvtest code shouldn't be merged

MONGO_URI = st.secrets["MONGO_URI"]

Expand Down Expand Up @@ -153,4 +153,4 @@ def main():


if __name__ == "__main__":
main()
main()
Loading