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
Include your poops from PoopMap in your GitHub bio
2
+
Include your poops from [PoopMap](https://www.poopmap.net) ([Android](https://play.google.com/store/apps/details?id=net.poopmap) / [iOS](https://itunes.apple.com/us/app/poop-map/id1303269455?mt=8)) in your GitHub bio, like this:
3
+
4
+
<palign="center">
5
+
<imgsrc="https://i.imgur.com/hVwDcZO.png?1" />
6
+
</p>
7
+
8
+
### Example
9
+
```yml
10
+
name: PoopMap
11
+
on:
12
+
# Schedule updates (each hour)
13
+
schedule:
14
+
- cron: "0 * * * *"
15
+
push:
16
+
branches:
17
+
- master
18
+
- main
19
+
jobs:
20
+
poopmap-bio:
21
+
runs-on: ubuntu-latest
22
+
steps:
23
+
- uses: matievisthekat/poopmap-bio@latest
24
+
with:
25
+
# Your GitHub token (MUST INCLUDE 'user' SCOPE)
26
+
personal_access_token: ${{ secrets.POOP_TOKEN }}
27
+
28
+
# Your PoopMap username
29
+
username: "poop-face-bob"
30
+
31
+
# Your PoopMap password
32
+
password: ${{ secrets.POOP_PASSWORD }}
33
+
```
34
+
35
+
### Notes
36
+
This action currently only calculates poops from the last 24 hours. If you would like other time frames please open an issue or fork this repo and create a PR
0 commit comments