Skip to content

Commit 7267896

Browse files
mrobers1982midhun-pm
authored andcommitted
fix GH Actions workflows for lbox
1 parent 841322d commit 7267896

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/lbox-develop.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v4
5151
with:
52-
token: ${{ secrets.ACTIONS_ACCESS_TOKEN }}
5352
ref: ${{ github.head_ref }}
5453
- uses: ./.github/actions/python-package-shared-setup
5554
with:
@@ -163,4 +162,4 @@ jobs:
163162
- name: Build and push (Pull Request) Output
164163
if: github.event_name == 'pull_request'
165164
run: |
166-
echo "ghcr.io/labelbox/${{ matrix.package }}:${{ github.sha }}" >> "$GITHUB_STEP_SUMMARY"
165+
echo "ghcr.io/labelbox/${{ matrix.package }}:${{ github.sha }}" >> "$GITHUB_STEP_SUMMARY"

.github/workflows/lbox-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ jobs:
104104
steps:
105105
- uses: actions/checkout@v4
106106
with:
107-
token: ${{ secrets.ACTIONS_ACCESS_TOKEN }}
108-
# ref: ${{ inputs.tag }}
109107
ref: ${{ inputs.tag }}
110108
- uses: ./.github/actions/python-package-shared-setup
111109
with:
@@ -190,4 +188,4 @@ jobs:
190188
id: image
191189
run: |
192190
echo "ghcr.io/labelbox/${{ matrix.package }}:latest" >> "$GITHUB_STEP_SUMMARY"
193-
echo "ghcr.io/labelbox/${{ matrix.package }}:${{ inputs.tag }}" >> "$GITHUB_STEP_SUMMARY"
191+
echo "ghcr.io/labelbox/${{ matrix.package }}:${{ inputs.tag }}" >> "$GITHUB_STEP_SUMMARY"

0 commit comments

Comments
 (0)