Skip to content

Commit

Permalink
checkout with token
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
  • Loading branch information
thomaspoignant committed Jun 27, 2024
1 parent 6f08089 commit 0303ede
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/swift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ jobs:
os: [ ubuntu-latest, macos-latest ]
swift: [ "5.5", "5.10" ]
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
- uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}
- name: Get swift version
run: swift --version
- uses: actions/checkout@v4
- name: Build
working-directory: ./openfeature/providers/swift-provider
run: swift build
Expand Down

0 comments on commit 0303ede

Please sign in to comment.