Skip to content

Commit

Permalink
ci: set GITHUB_ACCESS_TOKEN variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 26, 2024
1 parent 50c653d commit 13cfd25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: ./
with:
dagger-version: 0.12.0
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Verify FluentCI
run: |
fluentci doctor || true
Expand All @@ -29,3 +31,5 @@ jobs:
run: dagger version
- name: Run Hello World
run: fluentci run base_pipeline
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 13cfd25

Please sign in to comment.