#Github dagger-for-github with secrets

1 messages · Page 1 of 1 (latest)

hasty shard
#

I want to use https://github.com/dagger/dagger-for-github/tree/main?tab=readme-ov-file#dagger-call-default but I'm unsure how to pass secrets as args

--param env:${{ secrets.SECRET }} predictably fails since it resolves the secret

--param ${{ secrets.SECRET }} also resolves and since param is of type *dagger.Secret that doesn't work either

The action could do with an example of this too.

GitHub

GitHub Action for Dagger. Contribute to dagger/dagger-for-github development by creating an account on GitHub.