Skip to content

Commit

Permalink
Fix deploy permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
livewing committed Feb 18, 2025
1 parent 8a29c5f commit 6108a86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
needs: build
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
environment:
name: Production
url: https://mahjong-calc.livewing.net/
Expand Down

0 comments on commit 6108a86

Please sign in to comment.