Skip to content

Commit

Permalink
add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisthetechie committed Feb 23, 2024
1 parent f7e8298 commit dc72a0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ run-name: 🧱 Build and Test ${{ github.ref_name }}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

permissions:
id-token: write
contents: write

on:
workflow_dispatch:
push:
Expand Down

0 comments on commit dc72a0e

Please sign in to comment.