Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomest committed Aug 2, 2024
1 parent 132293d commit c4b077a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/base-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
token: ${{ secrets.WORKFLOW_PAT }}
with:
token: ${{ secrets.WORKFLOW_PAT }}
- name: 'Update tags'
run: |
TAG=${{ github.run_id }}
Expand Down

0 comments on commit c4b077a

Please sign in to comment.