You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
the twitter plugin is always returning an error 403 when being executed
this is the workflow i am using:
(and the issue is not with the bearer token)
name: Twitter Metrics on: schedule: - cron: "0 0 * * 5" workflow_dispatch: jobs: Metrics: runs-on: ubuntu-latest permissions: contents: write steps: - name: twitter if: ${{ success() || failure() }} uses: lowlighter/metrics@latest with: filename: twitter.svg token: ${{ secrets.METRICS_TOKEN }} user: AbdallahMehiz template: classic base: "" base_skip: yes config_timezone: Africa/Algiers plugin_tweets: yes plugin_tweets_attachments: yes plugin_tweets_limit: 2 plugin_tweets_token: ${{ secrets.TWITTER_TOKEN }} plugin_tweets_user: abdallahmehiz
Beta Was this translation helpful? Give feedback.
All reactions