Skip to content

Update from feeds: https://galaxyproject.org/news/2024-08-14-galaxy-in-research/ #107

Update from feeds: https://galaxyproject.org/news/2024-08-14-galaxy-in-research/

Update from feeds: https://galaxyproject.org/news/2024-08-14-galaxy-in-research/ #107

Workflow file for this run

name: Create Preview
on:
pull_request_target:
branches: [main]
types: [opened, synchronize, reopened]
paths:
- "posts/**"
jobs:
preview:
name: Preview
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set environment variables
run: |
echo "PR_NUMBER=${{ github.event.number }}" >> $GITHUB_ENV
echo "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
echo "MASTODON_ACCESS_TOKEN=${{ secrets.MASTODON_ACCESS_TOKEN }}" >> $GITHUB_ENV
echo "BLUESKY_PASSWORD=${{ secrets.BLUESKY_PASSWORD }}" >> $GITHUB_ENV
echo "MATRIX_ACCESS_TOKEN=${{ secrets.MATRIX_ACCESS_TOKEN }}" >> $GITHUB_ENV
echo "SLACK_ACCESS_TOKEN=${{ secrets.SLACK_ACCESS_TOKEN }}" >> $GITHUB_ENV
echo "MASTODON_EU_FR_TOKEN=${{ secrets.MASTODON_EU_FR_TOKEN }}" >> $GITHUB_ENV
echo "LINKEDIN_ACCESS_TOKEN=${{ secrets.LINKEDIN_ACCESS_TOKEN }}" >> $GITHUB_ENV
- name: Run composite action
uses: ./.github/actions/galaxy-social
with:
preview: "true"