Skip to content

Commit

Permalink
HOTFIX: lambda-do-release-runners.yml seems to require extra permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanschmidt committed May 17, 2024
1 parent d536ef8 commit 317d3de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lambda-do-release-runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
name: Upload Release for runners lambdas
runs-on: ubuntu-latest
container: node:14
permissions:
contents: write
env:
REF: ${{ inputs.tag }}
steps:
Expand Down Expand Up @@ -52,5 +54,3 @@ jobs:
artifacts: "runners.zip,webhook.zip"
name: ${{ inputs.tag }}
tag: ${{ inputs.tag }}
token: ${{ secrets.TAG_RELEASE }}
allowUpdates: false

0 comments on commit 317d3de

Please sign in to comment.