Skip to content

Commit

Permalink
chore: add permissions to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lyonely committed Oct 8, 2024
1 parent e8da3b0 commit d42bd07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
SELF_VERSION: "v1.1.0"
TILESERVER_GL_VERSION: "${{ matrix.version.tileserver }}"
MBTILES_TAG: "${{ matrix.version.mbtiles }}"
permissions:
id-token: write
contents: read
steps:
- name: Set TAG_NAME as env var export
run: |-
Expand Down

0 comments on commit d42bd07

Please sign in to comment.