Skip to content

Commit

Permalink
Move integration tests to new Mastodon server
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Apr 4, 2024
1 parent c46849d commit dd26660
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
status-visibility: unlisted
dry-run: false
# This is your instance address
api-endpoint: https://social.dev-wiki.de/
api-endpoint: ${{ secrets.MASTODON_ENDPOINT }}
# This is the secret you created earlier
api-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
# This is a path to the cache file, using the above cache path
Expand All @@ -48,7 +48,7 @@ jobs:
status-visibility: private
dry-run: false
# This is your instance address
api-endpoint: https://social.dev-wiki.de/
api-endpoint: ${{ secrets.MASTODON_ENDPOINT }}
# This is the secret you created earlier
api-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
# This is a path to the cache file, using the above cache path
Expand All @@ -68,7 +68,7 @@ jobs:
status-visibility: unlisted
dry-run: true
# This is your instance address
api-endpoint: https://social.dev-wiki.de/
api-endpoint: ${{ secrets.MASTODON_ENDPOINT }}
# This is the secret you created earlier
api-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
# This is a path to the cache file, using the above cache path
Expand All @@ -89,7 +89,7 @@ jobs:
# Mark Mastodon status as sensitive content
sensitive: true
# This is your instance address
api-endpoint: https://social.dev-wiki.de/
api-endpoint: ${{ secrets.MASTODON_ENDPOINT }}
# This is the secret you created earlier
api-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
# This is a path to the cache file, using the above cache path
Expand All @@ -113,7 +113,7 @@ jobs:
{{item.link}}
# This is your instance address
api-endpoint: https://social.dev-wiki.de/
api-endpoint: ${{ secrets.MASTODON_ENDPOINT }}
# This is the secret you created earlier
api-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
# This is a path to the cache file, using the above cache path
Expand Down

0 comments on commit dd26660

Please sign in to comment.