Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/get-slack-user-id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ on:
description: 'The Slack user ID found for the given input.'
value: ${{ jobs.get-slack-name.outputs.slackId }}

permissions:
id-token: write
contents: read

jobs:
get-slack-name:
runs-on: ubuntu-latest
Expand Down
Loading