Skip to content

Commit

Permalink
Move perms
Browse files Browse the repository at this point in the history
  • Loading branch information
antonym committed Feb 18, 2023
1 parent c3f46b3 commit a3c9eac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
- development
workflow_dispatch:

permissions:
id-token: write
contents: read

env:
DISCORD_HOOK_URL: ${{ secrets.DISCORD_HOOK_URL }}
GITHUB_SHA: ${{ github.sha }}
Expand All @@ -18,6 +14,9 @@ jobs:
development-build:
name: Build Development
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit a3c9eac

Please sign in to comment.