We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfc484 commit a1cbde8Copy full SHA for a1cbde8
1 file changed
.github/workflows/deploy.yml
@@ -51,8 +51,10 @@ jobs:
51
needs: [check-requirements, build-image]
52
steps:
53
- uses: actions/checkout@v3
54
- - uses: unionai-oss/flytectl-setup-action@master
+ - uses: jmoll/setup-flyctl@1.1.1
55
- name: Parse API Version
56
run: echo "API_VERSION=$(echo $GITHUB_REF | awk -F '/' '{print $NF}' | cut -c 2-)" >> $GITHUB_ENV
57
- name: Deploy API on Fly.io
58
- run: flyctl deploy --app steamcmd --image steamcmd/api:${{ env.API_VERSION }} -e VERSION=${{ env.API_VERSION }}
+ run: flyctl deploy --app steamcmd --image steamcmd/api:${{ env.API_VERSION }} -e VERSION=${{ env.API_VERSION }}
59
+ env:
60
+ FLY_API_TOKEN: ${{ secrets.FLY_ACCESS_TOKEN }}
0 commit comments