Skip to content

Commit

Permalink
action: use current tag (#3278)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Aug 10, 2023
1 parent 0ee5659 commit ee87252
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
if: ${{ ! inputs.skip_preparation }}
runs-on: ubuntu-latest
steps:
- uses: elastic/apm-pipeline-library/.github/actions/github-token@main
- uses: elastic/apm-pipeline-library/.github/actions/github-token@current
with:
url: ${{ secrets.VAULT_ADDR }}
roleId: ${{ secrets.VAULT_ROLE_ID }}
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
permissions:
contents: write
steps:
- uses: elastic/apm-pipeline-library/.github/actions/github-token@main
- uses: elastic/apm-pipeline-library/.github/actions/github-token@current
with:
url: ${{ secrets.VAULT_ADDR }}
roleId: ${{ secrets.VAULT_ROLE_ID }}
Expand All @@ -158,7 +158,7 @@ jobs:
permissions:
contents: write
steps:
- uses: elastic/apm-pipeline-library/.github/actions/github-token@main
- uses: elastic/apm-pipeline-library/.github/actions/github-token@current
with:
url: ${{ secrets.VAULT_ADDR }}
roleId: ${{ secrets.VAULT_ROLE_ID }}
Expand Down

0 comments on commit ee87252

Please sign in to comment.