- id: slack-channel
uses: corcc/secrets@main
with:
from: '${{ toJson(secrets) }}'
name: 'SLACK_CHANNEL_${{ matrix.channel }}'
- id: slack-token
uses: corcc/secrets@main
with:
from: '${{ toJson(secrets) }}'
name: 'SLACK_TOKEN_${{ matrix.application }}'
- if: ${{ steps.slack-channel.outputs.exists && steps.slack-token.outputs.exists }}
env:
SLACK_CHANNEL: ${{ steps.slack-channel.outputs.value }}
SLACK_TOKEN: ${{ steps.slack-token.outputs.value }}
run: yarn send:slack:test
generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
License
corcc/secrets
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published