diff --git a/.github/workflows/ultimate-workflow.yml b/.github/workflows/ultimate-workflow.yml index 3beda95..520007c 100644 --- a/.github/workflows/ultimate-workflow.yml +++ b/.github/workflows/ultimate-workflow.yml @@ -76,7 +76,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); diff --git a/dashboard.py b/dashboard.py index 6947c34..dd6ee47 100644 --- a/dashboard.py +++ b/dashboard.py @@ -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"] @@ -153,4 +153,4 @@ def main(): if __name__ == "__main__": - main() \ No newline at end of file + main()