Skip to content

1st attempt of using token here #1

1st attempt of using token here

1st attempt of using token here #1

Workflow file for this run

name: Deploy GitHub Pages
on:
push:
branches:
- dev # Wybierz odpowiednią gałąź
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build and deploy
env:
TOKEN_GITHUB_API: ${{ secrets.TOKEN_GITHUB_API }}
run: |
echo "window.GITHUB_API_TOKEN='${TOKEN_GITHUB_API}';" > token.js