Skip to content

Commit

Permalink
add token to flipt install action
Browse files Browse the repository at this point in the history
  • Loading branch information
arussellsaw committed Oct 29, 2024
1 parent 57d7aa5 commit c8909f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-swift-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
uses: actions/checkout@v4

- name: Install Flipt
uses: flipt-io/[email protected]
uses: flipt-io/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit c8909f3

Please sign in to comment.